delete Layer

delete Layer, delete active Layer, protect against false input
This commit is contained in:
Mienek
2019-12-05 22:16:21 +01:00
parent f2c56c27be
commit 4d5b149f41
19 changed files with 148 additions and 102 deletions

View File

@@ -44,6 +44,7 @@ public slots:
// Events to handle
void clearImage(int r, int g, int b);
void activate(int a);
void deleteActiveLayer();
void setAlpha(int a);
void getMoveUp(int a);