mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 21:30:31 +02:00
update preview on history
This commit is contained in:
@@ -521,6 +521,7 @@ void PaintingArea::historyGoBack(){
|
|||||||
historyPresent = 99;
|
historyPresent = 99;
|
||||||
layerBundle = history[static_cast<size_t>(historyPresent)];
|
layerBundle = history[static_cast<size_t>(historyPresent)];
|
||||||
}
|
}
|
||||||
|
this->guiReference->UpdateGui();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PaintingArea::historyGoForward(){
|
void PaintingArea::historyGoForward(){
|
||||||
@@ -529,4 +530,5 @@ void PaintingArea::historyGoForward(){
|
|||||||
historyPresent = 0;
|
historyPresent = 0;
|
||||||
layerBundle = history[static_cast<size_t>(historyPresent)];
|
layerBundle = history[static_cast<size_t>(historyPresent)];
|
||||||
}
|
}
|
||||||
|
this->guiReference->UpdateGui();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user