mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
FIX:fixed the side menu popup cannot be selected on macos 13
Change-Id: Ic4e9182a1a7175b89f37114b3857e813f299989d
This commit is contained in:
@@ -2908,6 +2908,16 @@ void GUI_App::set_label_clr_sys(const wxColour& clr)
|
||||
*/
|
||||
}
|
||||
|
||||
bool GUI_App::get_side_menu_popup_status()
|
||||
{
|
||||
return m_side_popup_status;
|
||||
}
|
||||
|
||||
void GUI_App::set_side_menu_popup_status(bool status)
|
||||
{
|
||||
m_side_popup_status = status;
|
||||
}
|
||||
|
||||
bool GUI_App::tabs_as_menu() const
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user