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:
parent
4e378abc98
commit
cd0d68a591
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user