mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX:fixed the side menu popup cannot be selected on macos 13
Change-Id: Ic4e9182a1a7175b89f37114b3857e813f299989d
This commit is contained in:
parent
e32792c305
commit
51deb70f64
4 changed files with 18 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue