Show additional technical info in label optionally. Added utility function to toggle a bool variable.

This commit is contained in:
xenakios
2018-02-13 16:51:57 +02:00
parent 53029555d0
commit c9a3a3ab03
3 changed files with 24 additions and 6 deletions

View File

@ -162,6 +162,7 @@ public:
void setStateFromTree(ValueTree tree);
bool m_state_dirty = false;
std::unique_ptr<AudioThumbnail> m_thumb;
bool m_show_technical_info = false;
private: