mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
FIX: CheckBox style on MacOS
Change-Id: I54f0c4188288a55d44c510c15efb894b3e9419df
This commit is contained in:
parent
9d2d28ca62
commit
10c152c40d
3 changed files with 87 additions and 2 deletions
|
@ -140,6 +140,11 @@ void WKWebView_evaluateJavaScript(void * web, wxString const & script, void (*ca
|
|||
method_exchangeImplementations(setBezelStyle, setBezelStyle2);
|
||||
}
|
||||
|
||||
- (NSFocusRingType) focusRingType
|
||||
{
|
||||
return NSFocusRingTypeNone;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
/* edit column for wxTableView */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue