mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Disabled DoubleBuffered for Tabs
+ set helper functions like a static (GUI_ObjectList.cpp)
This commit is contained in:
@@ -74,7 +74,7 @@ void Tab::set_type()
|
||||
void Tab::create_preset_tab()
|
||||
{
|
||||
#ifdef __WINDOWS__
|
||||
SetDoubleBuffered(true);
|
||||
// SetDoubleBuffered(true);
|
||||
#endif //__WINDOWS__
|
||||
|
||||
m_preset_bundle = wxGetApp().preset_bundle;
|
||||
|
||||
Reference in New Issue
Block a user