first fix

history works again, can load deleted layer
This commit is contained in:
Mienek
2020-01-28 11:52:15 +01:00
parent 61fdc099ec
commit db07e6fcb0
3 changed files with 10 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ void IntelliPhotoGui::slotDeleteLayer(){
// Create New Layer
if(ok1) {
paintingArea->deleteLayer(layerNumber - 1);
paintingArea->historyadd();
UpdateGui();
}
}