Improve color slider edit history

This commit is contained in:
GriffinR
2024-10-04 13:36:50 -04:00
parent eefa46a2a2
commit 4dc598455f
4 changed files with 24 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ public:
signals:
void colorChanged(QRgb color);
void bitDepthChanged(int bits);
void editingFinished();
private:
Ui::ColorInputWidget *ui;

View File

@@ -39,6 +39,7 @@ private:
Tileset* getTileset(int paletteId);
void refreshColorInputs();
void commitEditHistory();
void commitEditHistory(int paletteId);
void restoreWindowState();
void closeEvent(QCloseEvent*);