[kgraphviewer-devel] [kgraphviewer] src/part: remove obsolete call to setBackgroundMode

Milian Wolff mail at milianw.de
Thu Oct 20 16:20:28 UTC 2011


Git commit 8233eea50dcce5284dc3adb0a99e6b7fe155ba83 by Milian Wolff.
Committed on 20/10/2011 at 18:20.
Pushed by mwolff into branch 'master'.

remove obsolete call to setBackgroundMode

M  +0    -1    src/part/pannerview.cpp

http://commits.kde.org/kgraphviewer/8233eea50dcce5284dc3adb0a99e6b7fe155ba83

diff --git a/src/part/pannerview.cpp b/src/part/pannerview.cpp
index de7b1a2..68e3c28 100644
--- a/src/part/pannerview.cpp
+++ b/src/part/pannerview.cpp
@@ -56,7 +56,6 @@ PannerView::PannerView(DotGraphView * parent, const char * name)
 
   // why doesn't this avoid flicker ?
   // viewport()->setBackgroundMode(Qt::NoBackground);
-  setBackgroundMode(Qt::NoBackground);
 
   // if there are ever graphic glitches to be found, remove this again
   setOptimizationFlags(QGraphicsView::DontAdjustForAntialiasing | QGraphicsView::DontClipPainter |


More information about the kgraphviewer-devel mailing list