fix bug related to event id spinner

This commit is contained in:
garak
2022-09-28 03:25:08 -04:00
parent af9c0192e0
commit 511c6ddb03
2 changed files with 5 additions and 6 deletions

View File

@@ -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);