mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 05:12:27 +00:00
ENH:When software is full screen in mac, the sub frame uses the wxSTAYBON_TOP style
jira: none Change-Id: I338576d77e61a436615e70372b4564c38be0c7dc (cherry picked from commit 645d843dd97949fb6a73e93fc61ffa4a255b20f3)
This commit is contained in:
@@ -91,7 +91,10 @@ protected:
|
||||
|
||||
class MainFrame : public DPIFrame
|
||||
{
|
||||
bool m_loaded {false};
|
||||
#ifdef __APPLE__
|
||||
bool m_mac_fullscreen{false};
|
||||
#endif
|
||||
bool m_loaded {false};
|
||||
wxTimer* m_reset_title_text_colour_timer{ nullptr };
|
||||
|
||||
wxString m_qs_last_input_file = wxEmptyString;
|
||||
@@ -205,7 +208,9 @@ protected:
|
||||
public:
|
||||
MainFrame();
|
||||
~MainFrame() = default;
|
||||
|
||||
#ifdef __APPLE__
|
||||
bool get_mac_full_screen() { return m_mac_fullscreen; }
|
||||
#endif
|
||||
//BBS GUI refactor
|
||||
enum TabPosition
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user