changeset 736:1109652dbb56

Commented out not needed pixmap screenshot creation for the about dialog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1013 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 19 Sep 2010 11:29:57 +0000
parents f2da6de11815
children 9b37def27afe
files src/MainWindow.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/MainWindow.cpp	Sun Sep 19 11:28:49 2010 +0000
+++ b/src/MainWindow.cpp	Sun Sep 19 11:29:57 2010 +0000
@@ -1356,9 +1356,9 @@
     \brief If the dropped in object contains urls/paths to a file, open that file.
 */
 void MainWindow::showAboutDialog() {
-    QPixmap originalPixmap = QPixmap::grabWindow(QApplication::desktop()->screen()->winId());
+    //QPixmap originalPixmap = QPixmap::grabWindow(QApplication::desktop()->screen()->winId());
     //qDebug("in main pixmap width %d, numScreens = %d", originalPixmap.size().width(), QApplication::desktop()->availableGeometry().width());
-    aboutDialogGraphicsView->setScreenshotPixmap( originalPixmap );
+    //aboutDialogGraphicsView->setScreenshotPixmap( originalPixmap );
     aboutDialogGraphicsView->show();
 }