mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Tool structure implemented
This commit is contained in:
@@ -89,7 +89,7 @@ void IntelliPhotoGui::slotCreateNewLayer()
|
||||
// Create New Layer
|
||||
if (ok1&&ok2)
|
||||
{
|
||||
int layer = paintingArea->addLayer(width,height,100,100);
|
||||
int layer = paintingArea->addLayer(width,height,0,0);
|
||||
paintingArea->slotActivateLayer(layer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user