mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-28 14:41:58 +00:00
Improves usability on Linux. No more double title bar (#12600)
* Fix double title bar on Linux by removing WM decorations for GTK * wip * fix * finish * address review comment
This commit is contained in:
@@ -422,6 +422,11 @@ public:
|
||||
uint32_t m_ulSHChangeNotifyRegister { 0 };
|
||||
static constexpr int WM_USER_MEDIACHANGED { 0x7FFF }; // WM_USER from 0x0400 to 0x7FFF, picking the last one to not interfere with wxWidgets allocation
|
||||
#endif // _WIN32
|
||||
|
||||
#ifdef __WXGTK__
|
||||
class GtkResizeBorderHandler;
|
||||
GtkResizeBorderHandler* m_resize_border_handler{nullptr};
|
||||
#endif // __WXGTK__
|
||||
};
|
||||
|
||||
wxDECLARE_EVENT(EVT_HTTP_ERROR, wxCommandEvent);
|
||||
|
||||
Reference in New Issue
Block a user