second fix

all kown bugs according to history, fixed
This commit is contained in:
Mienek
2020-01-30 12:17:28 +01:00
parent db07e6fcb0
commit 3eb61abb94
4 changed files with 14 additions and 9 deletions

View File

@@ -223,6 +223,7 @@ std::vector<LayerObject>* getLayerBundle();
IntelliToolsettings Toolsettings;
IntelliColorPicker colorPicker;
void historyadd();
void historyGoBack();
void historyGoForward();
@@ -285,8 +286,6 @@ int historyMaxPast = 0;
int historyMaxFuture = 0;
int historyPresent = 0;
void historyadd();
};
#endif