remove first map tile outline on project open
This commit is contained in:
parent
2f21465d8d
commit
1605609bf3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ public:
|
||||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||||
QWidget *widget) override
|
QWidget *widget) override
|
||||||
{
|
{
|
||||||
|
if (!(*enabled)) return;
|
||||||
int width = this->width;
|
int width = this->width;
|
||||||
int height = this->height;
|
int height = this->height;
|
||||||
if (this->singleTileMode) {
|
if (this->singleTileMode) {
|
||||||
|
|
Loading…
Reference in a new issue