Don't use 0 width/height static anchors on Windows yet.
It doesn't like 0 sized widgets
This commit is contained in:
@@ -55,7 +55,11 @@ public:
|
||||
FrameworkWidgetFactory *m_frameworkWidgetFactory;
|
||||
Flags m_flags = Flag_Default;
|
||||
int m_separatorThickness = 5;
|
||||
#if defined(Q_OS_WIN)
|
||||
int m_staticSeparatorThickness = 1; // FIXME: Broken on Windows still.
|
||||
#else
|
||||
int m_staticSeparatorThickness = 0;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user