Fix metatile selection rect disappearing during map selection
This commit is contained in:
parent
38bbb2c4c8
commit
d20f4a5c83
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void MetatileSelector::draw() {
|
||||||
painter.end();
|
painter.end();
|
||||||
this->setPixmap(QPixmap::fromImage(image));
|
this->setPixmap(QPixmap::fromImage(image));
|
||||||
|
|
||||||
if (!this->externalSelection) {
|
if (!this->externalSelection || (this->externalSelectionWidth == 1 && this->externalSelectionHeight == 1)) {
|
||||||
this->drawSelection();
|
this->drawSelection();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue