diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-05-08 00:28:59 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-05-08 00:28:59 -0400 |
commit | 75158f2c295bdc52ab4743b3529ce9092ccfd502 (patch) | |
tree | c552fc4ccb4446bbfbad33db3014c37a756a07a0 /src/components/voiceinfobox.hpp | |
parent | 68948259c2639622c240d061d4050a5d6a17f594 (diff) | |
download | abaddon-portaudio-75158f2c295bdc52ab4743b3529ce9092ccfd502.tar.gz abaddon-portaudio-75158f2c295bdc52ab4743b3529ce9092ccfd502.zip |
handle channel moves + region change
Diffstat (limited to 'src/components/voiceinfobox.hpp')
-rw-r--r-- | src/components/voiceinfobox.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/voiceinfobox.hpp b/src/components/voiceinfobox.hpp index 74aad27..9988c63 100644 --- a/src/components/voiceinfobox.hpp +++ b/src/components/voiceinfobox.hpp @@ -12,6 +12,8 @@ public: VoiceInfoBox(); private: + void UpdateLocation(); + Gtk::Box m_left; Gtk::EventBox m_status_ev; Gtk::Label m_status; |