mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
first fix
history works again, can load deleted layer
This commit is contained in:
@@ -158,6 +158,7 @@ void IntelliPhotoGui::slotDeleteLayer(){
|
||||
// Create New Layer
|
||||
if(ok1) {
|
||||
paintingArea->deleteLayer(layerNumber - 1);
|
||||
paintingArea->historyadd();
|
||||
UpdateGui();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user