Skip to content

Commit

Permalink
docsteer#207 Levels are asserted when switching between fader and gri…
Browse files Browse the repository at this point in the history
…d tabs
  • Loading branch information
marcusbirkin committed Mar 3, 2020
1 parent 26199dd commit 7036f67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/transmitwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,13 @@ void transmitwindow::on_tabWidget_currentChanged(int index)
m_fxEngine,"run");
break;
}

case tabGrid:
{
// Reassert levels
m_sender->setLevel(m_levels.data(),m_levels.size());
break;
}
}
}

Expand Down
1 change: 1 addition & 0 deletions src/transmitwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ private slots:
tabSliders,
tabChannelCheck,
tabEffects,
tabGrid
};

void setUniverseOptsEnabled(bool enabled);
Expand Down

0 comments on commit 7036f67

Please sign in to comment.