provisional processor control-box tweaks - possible fix for #6519
authorRobin Gareus <robin@gareus.org>
Wed, 19 Aug 2015 11:49:30 +0000 (13:49 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 19 Aug 2015 12:27:14 +0000 (14:27 +0200)
commit11f51497f365ca55065834e86169ddd6605e4f9b
tree8af78fcac04562a32a18c7e14ddb627c9bdba0f0
parentbb79071038779057630e2244379f26af782c7852
provisional processor control-box tweaks - possible fix for #6519

ControlBoxes are created/destroyed regularly (plugin re-order,
track selection -> Editor Mixer,...).

Properly disconnect the timer signal in the dtor and skip updateing the
tooltip unnecessarily (duplicate calls, Changed & Timer).

This should really be undone, the timer needs to be removed and Changed() used throughout.
gtk2_ardour/processor_box.cc
gtk2_ardour/processor_box.h