mirror of
https://github.com/huderlem/porymap.git
synced 2026-06-23 16:19:51 -05:00
Fix missing warning for initially incorrect warps
This commit is contained in:
parent
15e2d3cf05
commit
8b5c2ec792
|
|
@ -1753,6 +1753,7 @@ EventPixmapItem *Editor::addEventPixmapItem(Event *event) {
|
|||
connect(item, &EventPixmapItem::selected, this, &Editor::selectMapEvent);
|
||||
connect(item, &EventPixmapItem::posChanged, [this, event] { updateWarpEventWarning(event); });
|
||||
connect(item, &EventPixmapItem::yChanged, [this, item] { updateEventPixmapItemZValue(item); });
|
||||
updateWarpEventWarning(event);
|
||||
redrawEventPixmapItem(item);
|
||||
this->events_group->addToGroup(item);
|
||||
return item;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user