mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more window management rationalization
This commit is contained in:
parent
ad4412ee7f
commit
65b6f8efad
7 changed files with 16 additions and 13 deletions
|
|
@ -380,7 +380,6 @@ ARDOUR_UI::new_midi_tracer_window ()
|
|||
if (i == _midi_tracer_windows.end()) {
|
||||
/* all our MIDITracer windows are visible; make a new one */
|
||||
MidiTracer* t = new MidiTracer ();
|
||||
manage_window (*t);
|
||||
t->show_all ();
|
||||
_midi_tracer_windows.push_back (t);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue