mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-17 12:25:56 +08:00
Follow up to 229df98386
- fixed non-MSW builds
This commit is contained in:
parent
229df98386
commit
b5c45762c9
@ -1388,11 +1388,13 @@ void GUI_App::update_label_colours()
|
|||||||
tab->update_label_colours();
|
tab->update_label_colours();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
static bool is_focused(HWND hWnd)
|
static bool is_focused(HWND hWnd)
|
||||||
{
|
{
|
||||||
HWND hFocusedWnd = ::GetFocus();
|
HWND hFocusedWnd = ::GetFocus();
|
||||||
return hFocusedWnd && hWnd == hFocusedWnd;
|
return hFocusedWnd && hWnd == hFocusedWnd;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void GUI_App::UpdateDarkUI(wxWindow* window, bool highlited/* = false*/, bool just_font/* = false*/)
|
void GUI_App::UpdateDarkUI(wxWindow* window, bool highlited/* = false*/, bool just_font/* = false*/)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user