diff options
| author | Peter Penz <[email protected]> | 2012-01-07 18:18:43 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-01-07 18:21:21 +0100 |
| commit | fc600ed2554fb767865b297039a94e5fc653f6b9 (patch) | |
| tree | 04c96d099f0e5f797926e8784cf1174d959a4f59 /src/main.cpp | |
| parent | 6f75059bb63860cd2f28a41e7ad48582a73395b9 (diff) | |
Revert patch using the native graphicssystem as default
I'm trusting Christoph Feck's advice here. Additionally the smooth scaling
has been activated to fix bug 290865.
BUG: 290865
FIXED-IN: 4.8.0
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2cc794a54..631897337 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,10 +82,6 @@ KDE_EXPORT int kdemain(int argc, char **argv) options.add("+[Url]", ki18nc("@info:shell", "Document to open")); KCmdLineArgs::addCmdLineOptions(options); - // Use the native graphicssystem per default, as the scaling of pixmaps is just way too - // slow with the raster graphicssystem (see KPixmapModifier::scalePixmap()). - QApplication::setGraphicsSystem("native"); - DolphinApplication app; KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq |
