r21463 by jghali - Add some precision to the file dialog hack description

scribus-commit scribus-commit at lists.scribus.net
Thu Oct 13 18:57:36 UTC 2016


Author: jghali
Date: Thu Oct 13 18:57:35 2016
New Revision: 21463

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21463
Log:
Add some precision to the file dialog hack description

Modified:
    trunk/Scribus/scribus/ui/scfilewidget.cpp

Modified: trunk/Scribus/scribus/ui/scfilewidget.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21463&path=/trunk/Scribus/scribus/ui/scfilewidget.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/scfilewidget.cpp	(original)
+++ trunk/Scribus/scribus/ui/scfilewidget.cpp	Thu Oct 13 18:57:35 2016
@@ -66,8 +66,11 @@
 	return l.at(0);
 }
 
-/* Hack to make the previews in our file dialogs useable again
-   needed e.g on OpenSuse patched Qt versions */
+/* Hack to make the previews in our file dialogs useable again,
+   needed e.g on OpenSuse KDE. Otherwise file would open on first
+   click, leaving user no time to see preview. Drawback: in other 
+   Linux desktop environment, this may force user to click OK for
+   opening/saving file. */
 void ScFileWidget::accept()
 {
 #ifndef Q_OS_LINUX




More information about the scribus-commit mailing list