mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-25 01:56:34 -05:00
remove first map tile outline on project open
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user