GUI local adjustments - Change the location of double slider wavelet level
This commit is contained in:
parent
e093555c66
commit
bc3c4fab97
@ -2456,10 +2456,11 @@ LocallabContrast::LocallabContrast():
|
|||||||
pack_start(*lcamount);
|
pack_start(*lcamount);
|
||||||
pack_start(*lcdarkness);
|
pack_start(*lcdarkness);
|
||||||
pack_start(*lclightness);
|
pack_start(*lclightness);
|
||||||
|
pack_start(*csThreshold);
|
||||||
ToolParamBlock* const coBox = Gtk::manage(new ToolParamBlock());
|
ToolParamBlock* const coBox = Gtk::manage(new ToolParamBlock());
|
||||||
coBox->pack_start(*sigmalc);
|
coBox->pack_start(*sigmalc);
|
||||||
coBox->pack_start(*LocalcurveEditorwav, Gtk::PACK_SHRINK, 4); // Padding is mandatory to correct behavior of curve editor
|
coBox->pack_start(*LocalcurveEditorwav, Gtk::PACK_SHRINK, 4); // Padding is mandatory to correct behavior of curve editor
|
||||||
coBox->pack_start(*csThreshold);
|
// coBox->pack_start(*csThreshold);
|
||||||
contFrame->add(*coBox);
|
contFrame->add(*coBox);
|
||||||
pack_start(*contFrame);
|
pack_start(*contFrame);
|
||||||
// pack_start(*levelwav);
|
// pack_start(*levelwav);
|
||||||
@ -3912,6 +3913,7 @@ void LocallabContrast::updateContrastGUI1()
|
|||||||
lcdarkness->show();
|
lcdarkness->show();
|
||||||
lclightness->show();
|
lclightness->show();
|
||||||
contFrame->hide();
|
contFrame->hide();
|
||||||
|
csThreshold->hide();
|
||||||
levelwav->hide();
|
levelwav->hide();
|
||||||
expresidpyr->hide();
|
expresidpyr->hide();
|
||||||
clariFrame->hide();
|
clariFrame->hide();
|
||||||
@ -3927,6 +3929,7 @@ void LocallabContrast::updateContrastGUI1()
|
|||||||
lcdarkness->hide();
|
lcdarkness->hide();
|
||||||
lclightness->hide();
|
lclightness->hide();
|
||||||
contFrame->show();
|
contFrame->show();
|
||||||
|
csThreshold->show();
|
||||||
levelwav->show();
|
levelwav->show();
|
||||||
expresidpyr->show();
|
expresidpyr->show();
|
||||||
clariFrame->show();
|
clariFrame->show();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user