mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Reworked some method names
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user