remove first map tile outline on project open

This commit is contained in:
garak 2019-01-16 00:06:25 -05:00 committed by huderlem
parent 228b646b0e
commit 596216d5fb

View file

@ -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) {