mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Disabled DoubleBuffered for Tabs
+ set helper functions like a static (GUI_ObjectList.cpp)
This commit is contained in:
parent
8245921e74
commit
639b641722
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue