diff --git a/src/GUI/graphicsscene.cpp b/src/GUI/graphicsscene.cpp index acfba3f8..bee469b6 100644 --- a/src/GUI/graphicsscene.cpp +++ b/src/GUI/graphicsscene.cpp @@ -4,7 +4,7 @@ #include "graphicsscene.h" -bool GraphicsItem::_useStyle = true; +bool GraphicsItem::_useStyle = false; /* Standard GraphicsScene::items() is not pixel accurate, so we use the following function which has the same logic as used in the original