make the Step-Entry piano a dialog window (no maximize, on-top)
git-svn-id: svn://localhost/ardour2/branches/3.0@13373 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c8a4bdc4a4
commit
2ca63da5a6
@ -470,6 +470,9 @@ StepEntry::StepEntry (StepEditor& seditor)
|
||||
r = RefPtr<RadioAction>::cast_dynamic (act);
|
||||
assert (r);
|
||||
r->set_active (true);
|
||||
|
||||
set_keep_above(true);
|
||||
set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
|
||||
}
|
||||
|
||||
StepEntry::~StepEntry()
|
||||
|
Loading…
Reference in New Issue
Block a user