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