mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
triggerui: fix map/unmap confusion
This commit is contained in:
parent
dc4d94b4ee
commit
949e3eadc9
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ TriggerBoxWidget::on_map ()
|
|||
void
|
||||
TriggerBoxWidget::on_unmap ()
|
||||
{
|
||||
GtkCanvas::on_map ();
|
||||
GtkCanvas::on_unmap ();
|
||||
ui->stop_updating ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue