# HG changeset patch # User thomas_-_s # Date 1284895797 0 # Node ID 1109652dbb569fad53cfbd3a759d37211910cf41 # Parent f2da6de11815b47990387d8ed39b38f9ddf9059c 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 diff -r f2da6de11815 -r 1109652dbb56 src/MainWindow.cpp --- 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(); }