Skip to content

Commit

Permalink
- [eoyilmaz#414] Fixed DisplayCAL.lib.agw.artmanager for MacOS (and…
Browse files Browse the repository at this point in the history
… possibly for Linux/Posix).

- [eoyilmaz#414] Fixed `GradientButton` derivatives in `DisplayCAL.wxwindows` to properly pass the arguments.
  • Loading branch information
eoyilmaz authored and oldgithubman committed Oct 16, 2024
1 parent 2aa2607 commit c277aa3
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 279 deletions.
5 changes: 4 additions & 1 deletion DisplayCAL/display_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3712,7 +3712,10 @@ def init_controls(self):
# background. Replace with ThemedGenButton which does not have
# that issue
subst = BorderGradientButton(
btn.Parent, bitmap=geticon(16, "start"), label=btn.Label, name=btn.Name
parent=btn.Parent,
bitmap=geticon(16, "start"),
label=btn.Label,
name=btn.Name,
)
subst.SetBackgroundColour(btn.Parent.BackgroundColour)
if sys.platform == "win32":
Expand Down
Loading

0 comments on commit c277aa3

Please sign in to comment.