Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into histogram-scaling

This commit is contained in:
Thanatomanic
2018-06-25 20:33:45 +02:00
60 changed files with 559 additions and 353 deletions

View File

@@ -1033,6 +1033,7 @@ void EditorPanel::open (Thumbnail* tmb, rtengine::InitialImage* isrc)
ipc->setPreviewScale (10); // Important
tpc->initImage (ipc, tmb->getType() == FT_Raw);
ipc->setHistogramListener (this);
iareapanel->imageArea->indClippedPanel->silentlyDisableSharpMask();
// iarea->fitZoom (); // tell to the editorPanel that the next image has to be fitted to the screen
iareapanel->imageArea->setPreviewHandler (previewHandler);