mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
tiny detail.. GUI-callback may try to check vmonitor->is_started() or issue a periodic seek update while it's going away
This commit is contained in:
parent
7a02d9e08d
commit
f81cbe06ea
1 changed files with 1 additions and 1 deletions
|
|
@ -818,8 +818,8 @@ VideoTimeLine::terminated_video_monitor () {
|
||||||
vmonitor->save_session();
|
vmonitor->save_session();
|
||||||
delete vmonitor;
|
delete vmonitor;
|
||||||
}
|
}
|
||||||
GuiUpdate("set-xjadeo-active-off");
|
|
||||||
vmonitor=0;
|
vmonitor=0;
|
||||||
|
GuiUpdate("set-xjadeo-active-off");
|
||||||
if (reopen_vmonitor) {
|
if (reopen_vmonitor) {
|
||||||
reopen_vmonitor=false;
|
reopen_vmonitor=false;
|
||||||
open_video_monitor();
|
open_video_monitor();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue