Crop window now defaults to 100%; German translation updated

This commit is contained in:
Oliver Duis
2010-11-05 20:23:55 +01:00
parent 623e6e686e
commit 602a15e5ea
2 changed files with 7 additions and 6 deletions

View File

@@ -97,6 +97,8 @@ CropWindow::CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_)
cropHandler.setPosition (0,0);
cropHandler.setEnabled (true);
cropHandler.setCropHandlerListener (this);
zoom11();
state = SNormal;
}