1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02: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"
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