Corrects unsaved parameters behavior when showing/hidding all spots

This commit is contained in:
Pandagrapher
2019-04-25 16:39:40 +02:00
parent e431e86fe2
commit 03c6141b24
3 changed files with 26 additions and 1 deletions

View File

@@ -483,6 +483,7 @@ bool ControlSpotPanel::on_button_visibility(GdkEventButton* event)
// Raise event
visibilityChanged_ = true;
eventType = SpotAllVisibilityChanged;
if (!selVisibility) {
listener->panelChanged(EvLocallabSpotVisibility, M("TP_LOCALLAB_EV_VIS_ALL"));