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:
Robin Gareus 2012-11-02 11:33:37 +00:00
parent c8a4bdc4a4
commit 2ca63da5a6
1 changed files with 3 additions and 0 deletions

View File

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