mark the step entry dialog as a dialog even though it is an ArdourWindow, to help...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 5 Apr 2013 22:00:59 +0000 (18:00 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 5 Apr 2013 22:00:59 +0000 (18:00 -0400)
gtk2_ardour/step_entry.cc

index fd53fd55ff3704fb912c8514ab9a8f644389387a..927c6f0324bf7396b07382e451f0fc4319230bd1 100644 (file)
@@ -470,6 +470,8 @@ StepEntry::StepEntry (StepEditor& seditor)
        r = RefPtr<RadioAction>::cast_dynamic (act);
        assert (r);
        r->set_active (true);
+
+       set_type_hint (Gdk::WINDOW_TYPE_HINT_DIALOG);
 }
 
 StepEntry::~StepEntry()