mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX:fixed macos overwriting title bar text colors
Change-Id: I617c27eebee47f6739532a02038359829245df27
This commit is contained in:
parent
1e857a6e23
commit
b03a93d7fc
5 changed files with 19 additions and 3 deletions
|
@ -742,7 +742,14 @@ void MainFrame::shutdown()
|
|||
|
||||
void MainFrame::update_title()
|
||||
{
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
void MainFrame::update_title_colour_after_set_title()
|
||||
{
|
||||
#ifdef __WXOSX__
|
||||
set_title_colour_after_set_title();
|
||||
#endif
|
||||
}
|
||||
|
||||
void MainFrame::show_option(bool show)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue