Small changes to GUI
This commit is contained in:
@@ -1618,6 +1618,11 @@ void Locallab::localretChanged (int **datasp, std::string datastr, std::string
|
|||||||
|
|
||||||
void Locallab::read (const ProcParams* pp, const ParamsEdited* pedited)
|
void Locallab::read (const ProcParams* pp, const ParamsEdited* pedited)
|
||||||
{
|
{
|
||||||
|
anbspot->hide();
|
||||||
|
hueref->hide();
|
||||||
|
chromaref->hide();
|
||||||
|
lumaref->hide();
|
||||||
|
|
||||||
disableListener ();
|
disableListener ();
|
||||||
enablecolorConn.block (true);
|
enablecolorConn.block (true);
|
||||||
enableblurConn.block (true);
|
enableblurConn.block (true);
|
||||||
@@ -3030,6 +3035,10 @@ void Locallab::adjusterChanged (Adjuster * a, double newval)
|
|||||||
|
|
||||||
void Locallab::enabledChanged ()
|
void Locallab::enabledChanged ()
|
||||||
{
|
{
|
||||||
|
anbspot->hide();
|
||||||
|
hueref->hide();
|
||||||
|
chromaref->hide();
|
||||||
|
lumaref->hide();
|
||||||
|
|
||||||
if (listener) {
|
if (listener) {
|
||||||
if (get_inconsistent()) {
|
if (get_inconsistent()) {
|
||||||
@@ -3147,6 +3156,11 @@ void Locallab::setBatchMode (bool batchMode)
|
|||||||
{
|
{
|
||||||
removeIfThere (this, edit, false);
|
removeIfThere (this, edit, false);
|
||||||
ToolPanel::setBatchMode (batchMode);
|
ToolPanel::setBatchMode (batchMode);
|
||||||
|
|
||||||
|
hueref->hide ();
|
||||||
|
chromaref->hide ();
|
||||||
|
lumaref->hide ();
|
||||||
|
|
||||||
degree->showEditedCB ();
|
degree->showEditedCB ();
|
||||||
locY->showEditedCB ();
|
locY->showEditedCB ();
|
||||||
locX->showEditedCB ();
|
locX->showEditedCB ();
|
||||||
|
Reference in New Issue
Block a user