mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue