Merge pull request #2798 from BaraMGB/fixMacSubwindow

fix the maximize behavior of subwindows on Mac
This commit is contained in:
Tres Finocchiaro
2016-06-22 22:50:08 -04:00
committed by GitHub
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