Same change in controlspotpanel.cc

This commit is contained in:
U-PCSPECIALIST01\jdesm 2024-02-07 07:45:44 +01:00
parent 3d4dc169f8
commit 36fd3408ff
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ ControlSpotPanel::ControlSpotPanel():
avoidgamutMethod_->append(M("TP_LOCALLAB_GAMUTXYZABSO"));
avoidgamutMethod_->append(M("TP_LOCALLAB_GAMUTXYZRELA"));
avoidgamutMethod_->append(M("TP_LOCALLAB_GAMUTMUNSELL"));
avoidgamutMethod_->set_active(4);
avoidgamutMethod_->set_active(2);
avoidgamutconn_ = avoidgamutMethod_->signal_changed().connect(
sigc::mem_fun(
*this, &ControlSpotPanel::avoidgamutMethodChanged));