Skip to content

Commit

Permalink
Gui/KnobGuiColor: add _colorSelectorButton show/hide
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jun 13, 2021
1 parent fdb47d6 commit 4bf5b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gui/KnobGuiColor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ KnobGuiColor::_hide()
}
_colorLabel->hide();
_colorDialogButton->hide();
_colorSelectorButton->hide();
}

void
Expand All @@ -414,6 +415,7 @@ KnobGuiColor::_show()
}
_colorLabel->show();
_colorDialogButton->show();
_colorSelectorButton->show();
}

void
Expand Down

0 comments on commit 4bf5b23

Please sign in to comment.