Modification du comportement de la fenetre "Apercu avant impression" suite a quelques soucis avec xfwm.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@835 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2010-01-10 02:15:20 +00:00
parent dfbf3101ec
commit 095b00a7c2
2 changed files with 6 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ QETPrintPreviewDialog::QETPrintPreviewDialog(QETProject *project, QPrinter *prin
connect(diagrams_list_, SIGNAL(selectionChanged()), preview_, SLOT(updatePreview()));
connect(diagrams_list_, SIGNAL(selectionChanged()), this, SLOT(checkDiagramsCount()));
setWindowState(Qt::WindowMaximized);
setWindowState(windowState() | Qt::WindowMaximized);
}
/**