mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-15 12:25:40 -05:00
fix bug related to event id spinner
This commit is contained in:
@@ -133,7 +133,6 @@ void EventFrame::connectSignals() {
|
||||
});
|
||||
connect(this->event->getPixmapItem(), &DraggablePixmapItem::yChanged, this->spinner_y, &NoScrollSpinBox::setValue);
|
||||
|
||||
// TODO??
|
||||
this->spinner_z->disconnect();
|
||||
connect(this->spinner_z, QOverload<int>::of(&QSpinBox::valueChanged), [this](int value) {
|
||||
this->event->setZ(value);
|
||||
|
||||
Reference in New Issue
Block a user