Alpha Version

it dose something right but let's see
This commit is contained in:
Mienek
2020-01-23 13:47:44 +01:00
parent c8b0328f63
commit 1472028a81
7 changed files with 7 additions and 28 deletions

View File

@@ -471,7 +471,7 @@ void PaintingArea::updateTools(){
}
void PaintingArea::historyadd(){
/*
/*
if (++historyPresent == 100) historyPresent = 0;
historyMaxFuture = historyPresent;
if (historyPresent == historyMaxPast) if (++historyMaxPast == 100) historyMaxPast = 0;
@@ -480,7 +480,6 @@ void PaintingArea::historyadd(){
for (unsigned long long i=0;i < layerBundle.size();i++) {
}*/
}
void PaintingArea::historyGoBack(){