mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 00:26:37 -05:00
Fix metatile selection rect disappearing during map selection
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user