diff --git a/src/ui/metatileselector.cpp b/src/ui/metatileselector.cpp index e95ae854..ecd0fddf 100644 --- a/src/ui/metatileselector.cpp +++ b/src/ui/metatileselector.cpp @@ -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(); } }