more window management rationalization

This commit is contained in:
Paul Davis 2013-05-05 16:10:54 -04:00
parent ad4412ee7f
commit 65b6f8efad
7 changed files with 16 additions and 13 deletions

View file

@ -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 {