mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-28 11:36:26 -05:00
fix multi event deletion crash, allow spinboxes to commit move history
This commit is contained in:
@@ -10,6 +10,9 @@ class NoScrollSpinBox : public QSpinBox
|
||||
public:
|
||||
explicit NoScrollSpinBox(QWidget *parent = nullptr);
|
||||
void wheelEvent(QWheelEvent *event);
|
||||
void focusOutEvent(QFocusEvent *event) override;
|
||||
|
||||
unsigned getActionId();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user