Fixed various bug issue 2969
This commit is contained in:
@@ -505,6 +505,7 @@ void PartialPasteDlg::basicToggled ()
|
||||
gradientConn.block (true);
|
||||
labcurveConn.block (true);
|
||||
colorappearanceConn.block (true);
|
||||
retinexConn.block (true);
|
||||
|
||||
basic->set_inconsistent (false);
|
||||
|
||||
@@ -514,6 +515,7 @@ void PartialPasteDlg::basicToggled ()
|
||||
epd->set_active (basic->get_active ());
|
||||
pcvignette->set_active (basic->get_active ());
|
||||
gradient->set_active (basic->get_active ());
|
||||
retinex->set_active (basic->get_active ());
|
||||
labcurve->set_active (basic->get_active ());
|
||||
colorappearance->set_active (basic->get_active ());
|
||||
|
||||
@@ -523,6 +525,8 @@ void PartialPasteDlg::basicToggled ()
|
||||
epdConn.block (false);
|
||||
pcvignetteConn.block (false);
|
||||
gradientConn.block (false);
|
||||
retinexConn.block (false);
|
||||
|
||||
labcurveConn.block (false);
|
||||
colorappearanceConn.block (false);
|
||||
}
|
||||
|
@@ -993,7 +993,7 @@ void Retinex::mapMethodChanged()
|
||||
void Retinex::viewMethodChanged()
|
||||
{
|
||||
if(viewMethod->get_active_row_number() == 1 || viewMethod->get_active_row_number() == 2) {
|
||||
vart->hide();
|
||||
// vart->hide();
|
||||
gain->hide();
|
||||
offs->hide();
|
||||
limd->hide();
|
||||
@@ -1008,7 +1008,7 @@ void Retinex::viewMethodChanged()
|
||||
else if(viewMethod->get_active_row_number() == 3 || viewMethod->get_active_row_number() == 4) {
|
||||
gain->hide();
|
||||
offs->hide();
|
||||
vart->hide();
|
||||
// vart->hide();
|
||||
curveEditorGH->hide();
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user