Skip to content

Commit

Permalink
refactor: abst PushButtonStyleData
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaIceF committed Oct 26, 2024
1 parent 9f913c1 commit 6489e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions siui/components/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ def paintEvent(self, event: QPaintEvent) -> None:
self._drawButtonRect(painter, rect)
self._drawHighLightRect(painter, rect)
self._drawTextRect(painter, text_rect)

0 comments on commit 6489e82

Please sign in to comment.