1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-07 12:05:14 +01:00

Fixed broken "Use styles" persistent configuration

Fixes #511
This commit is contained in:
Martin Tůma 2023-08-29 22:06:08 +02:00
parent 6cba68f0d1
commit 490052bc6c

View File

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