# HG changeset patch # User Chris Cannam # Date 1273070732 0 # Node ID 3bb7eef5d45c4bd01390d830115bc28c1d455a98 # Parent a22d19f50673cfab637a095d0e5538bd36a5300a * Quick workarounds for some very weird behaviour on first test on Ubuntu 10.04 diff -r a22d19f50673 -r 3bb7eef5d45c main/main.cpp --- a/main/main.cpp Thu Jan 28 16:46:04 2010 +0000 +++ b/main/main.cpp Wed May 05 14:45:32 2010 +0000 @@ -211,7 +211,7 @@ { #ifdef Q_WS_X11 #if QT_VERSION >= 0x040500 - QApplication::setGraphicsSystem("raster"); +// QApplication::setGraphicsSystem("raster"); #endif #endif