mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -470,6 +470,9 @@ 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_keep_above(true);
|
||||||
|
set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
|
||||||
}
|
}
|
||||||
|
|
||||||
StepEntry::~StepEntry()
|
StepEntry::~StepEntry()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue