remove first map tile outline on project open

This commit is contained in:
garak 2019-01-16 00:06:25 -05:00
parent 2f21465d8d
commit 1605609bf3

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