mark the step entry dialog as a dialog even though it is an ArdourWindow, to help with WM layering issues

This commit is contained in:
Paul Davis 2013-04-05 18:00:59 -04:00
parent 4e378abc98
commit cd0d68a591
1 changed files with 2 additions and 0 deletions

View 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()