Wavelet - Fixed crash when blur residual high and zoom high

This commit is contained in:
Desmis
2020-04-12 14:08:06 +02:00
parent c2fae0ce87
commit 60bb7b520b
3 changed files with 40 additions and 27 deletions

View File

@@ -800,6 +800,8 @@ Wavelet::Wavelet() :
blurBox->pack_start(*resblur);
blurBox->pack_start(*resblurc);
blurFrame->add(*blurBox);
resblur->set_tooltip_text(M("TP_WAVELET_RESBLUR_TOOLTIP"));
resblurc->set_tooltip_text(M("TP_WAVELET_RESBLUR_TOOLTIP"));
chromaFrame->set_label_align(0.025, 0.5);
ToolParamBlock* const chromaBox = Gtk::manage(new ToolParamBlock());