Reworked some method names

This commit is contained in:
2019-12-20 10:42:49 +01:00
parent 86a01eb9ae
commit 8efe6836bf
3 changed files with 7 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ void IntelliPhotoGui::slotSetActiveAlpha(){
255,0, 255, 1, &ok2);
if (ok1&&ok2)
{
paintingArea->setAlphaOfLayer(layer,alpha);
paintingArea->setLayerAlpha(layer,alpha);
}
}
@@ -194,7 +194,7 @@ void IntelliPhotoGui::slotSetActiveLayer(){
-1,0,255,1, &ok1);
if (ok1)
{
paintingArea->setLayerToActive(layer);
paintingArea->setLayerActive(layer);
}
}