remove type hint DIALOG from step entry "dialog"
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Jan 2013 20:41:13 +0000 (20:41 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Jan 2013 20:41:13 +0000 (20:41 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13803 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/step_entry.cc

index 7769b5e054b0eaebfddb53a0b25192c092a39b6d..fd53fd55ff3704fb912c8514ab9a8f644389387a 100644 (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()