mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
ENH: refine button display style on mac retina
Change-Id: I48bfe918ccfbf10535c6a5f49dce0371b2d15274
This commit is contained in:
parent
98b612bc2e
commit
9f194263f1
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void StaticBox::doRender(wxDC& dc)
|
||||||
dc.DrawRectangle(rc);
|
dc.DrawRectangle(rc);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dc.DrawRoundedRectangle(rc, radius);
|
dc.DrawRoundedRectangle(rc, radius - border_width);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue