From ef043a4fb69f68e4a7258e84194c567f64edc51f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 25 Oct 2010 18:32:50 +0200 Subject: Remove raster graphics system by default. This is the cause of some problems with UI (eg: contextual menus not shown), probably related to some HW/driver combinations BUG:255175 CCMAIL:bigbrovar@gmail.com --- src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2a5ee528..db6a435f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -189,10 +189,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) kWarning() << "rekonq is already running!"; return 0; } -#if defined(Q_WS_X11) - // On X11, the raster engine gives better performance than native. - QApplication::setGraphicsSystem(QString::fromLatin1("raster")); -#endif + Application app; return app.exec(); -- cgit v1.2.1