Tool structure implemented

This commit is contained in:
Sonaion
2019-12-10 15:44:22 +01:00
parent 30d6781e7f
commit 10fba8c454
3 changed files with 8 additions and 9 deletions

View File

@@ -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);
}
}