Fix FilterTargetButtons::setTarget()

Regression bug introduced in 245285f84e
This commit is contained in:
David Capello 2018-03-27 00:14:39 -03:00
parent 58252946ea
commit 52244089c3

View File

@ -72,6 +72,7 @@ FilterTargetButtons::FilterTargetButtons(int imgtype, bool withChannels)
void FilterTargetButtons::setTarget(const int target)
{
m_target = target;
selectTargetButton(m_red, TARGET_RED_CHANNEL);
selectTargetButton(m_green, TARGET_GREEN_CHANNEL);
selectTargetButton(m_blue, TARGET_BLUE_CHANNEL);