mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +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
|
void
|
||||||
TriggerBoxWidget::on_unmap ()
|
TriggerBoxWidget::on_unmap ()
|
||||||
{
|
{
|
||||||
GtkCanvas::on_map ();
|
GtkCanvas::on_unmap ();
|
||||||
ui->stop_updating ();
|
ui->stop_updating ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue