mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
disconnect pixfader style-change signal in dtor (amend 5a688b672)
This commit is contained in:
parent
dfbc9da79a
commit
ca97569c55
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ PixFader::PixFader (Gtk::Adjustment& adj, int orientation, int fader_length, int
|
|||
|
||||
PixFader::~PixFader ()
|
||||
{
|
||||
if (_parent_style_change) _parent_style_change.disconnect();
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue