mirror of
https://github.com/huderlem/porymap.git
synced 2026-07-19 08:53:52 -05:00
Fix metatile selection rect disappearing during map selection
This commit is contained in:
parent
38bbb2c4c8
commit
d20f4a5c83
|
|
@ -41,7 +41,7 @@ void MetatileSelector::draw() {
|
|||
painter.end();
|
||||
this->setPixmap(QPixmap::fromImage(image));
|
||||
|
||||
if (!this->externalSelection) {
|
||||
if (!this->externalSelection || (this->externalSelectionWidth == 1 && this->externalSelectionHeight == 1)) {
|
||||
this->drawSelection();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user