1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Disabled DoubleBuffered for Tabs

+ set helper functions like a static (GUI_ObjectList.cpp)
This commit is contained in:
YuSanka
2019-03-14 15:45:52 +01:00
parent 8245921e74
commit 639b641722
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;