Rename 'Reset' actions to 'Clear', and add 'Clear Background Map' to edit history

This commit is contained in:
Marcus Huderle
2019-03-17 11:37:13 -05:00
parent 5b6f658e29
commit 8af714a681
5 changed files with 34 additions and 41 deletions

View File

@@ -70,8 +70,8 @@ public:
void resize(int width, int height);
void resetSquare(int index);
void resetLayout();
void resetImage();
void clearLayout();
void clearImage();
void replaceSectionId(unsigned oldId, unsigned newId);
int width();