fix the maximize behavior of subwindows on Mac

This commit is contained in:
Steffen Baranowsky
2016-05-24 23:35:05 +02:00
parent 028e83ca3e
commit ee8ff0a227
2 changed files with 31 additions and 27 deletions

View File

@@ -81,6 +81,7 @@ private:
QGraphicsDropShadowEffect * m_shadow;
static void elideText( QLabel *label, QString text );
bool isMaximized();
};
#endif