mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 13:20:33 +02:00
removed /* and*/
...
This commit is contained in:
@@ -471,7 +471,7 @@ void PaintingArea::updateTools(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void PaintingArea::historyadd(){
|
void PaintingArea::historyadd(){
|
||||||
/*
|
|
||||||
if (++historyPresent == 100) historyPresent = 0;
|
if (++historyPresent == 100) historyPresent = 0;
|
||||||
historyMaxFuture = historyPresent;
|
historyMaxFuture = historyPresent;
|
||||||
if (historyPresent == historyMaxPast) if (++historyMaxPast == 100) historyMaxPast = 0;
|
if (historyPresent == historyMaxPast) if (++historyMaxPast == 100) historyMaxPast = 0;
|
||||||
@@ -479,7 +479,7 @@ void PaintingArea::historyadd(){
|
|||||||
|
|
||||||
for (unsigned long long i=0;i < layerBundle.size();i++) {
|
for (unsigned long long i=0;i < layerBundle.size();i++) {
|
||||||
|
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PaintingArea::historyGoBack(){
|
void PaintingArea::historyGoBack(){
|
||||||
|
|||||||
Reference in New Issue
Block a user