13
0

remove type hint DIALOG from step entry "dialog"

git-svn-id: svn://localhost/ardour2/branches/3.0@13803 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-07 20:41:13 +00:00
parent bc8ccfa768
commit ecbd517892

View File

@ -470,8 +470,6 @@ 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()