mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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);
|
r = RefPtr<RadioAction>::cast_dynamic (act);
|
||||||
assert (r);
|
assert (r);
|
||||||
r->set_active (true);
|
r->set_active (true);
|
||||||
|
|
||||||
|
set_type_hint (Gdk::WINDOW_TYPE_HINT_DIALOG);
|
||||||
}
|
}
|
||||||
|
|
||||||
StepEntry::~StepEntry()
|
StepEntry::~StepEntry()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue