Get locallab spot name from one source

Fixes #6298.
This commit is contained in:
Lawrence Lee
2021-07-10 09:52:18 -07:00
parent d7f9e1f51c
commit 5a49ea7b8c
7 changed files with 583 additions and 573 deletions

View File

@@ -128,6 +128,8 @@ private:
// Other widgets
Gtk::Button* const resetshowButton;
Glib::ustring spotName;
public:
Locallab();
@@ -200,6 +202,7 @@ private:
// ControlSpotListener function
void resetToolMaskView() override;
void spotNameChanged(const Glib::ustring &newName) override;
// LocallabToolListener function
void resetOtherMaskView(LocallabTool* current) override;