From ecbd5178927f80f8145af122af097fe3e194b64a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 7 Jan 2013 20:41:13 +0000 Subject: [PATCH] remove type hint DIALOG from step entry "dialog" git-svn-id: svn://localhost/ardour2/branches/3.0@13803 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/step_entry.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc index 7769b5e054..fd53fd55ff 100644 --- a/gtk2_ardour/step_entry.cc +++ b/gtk2_ardour/step_entry.cc @@ -470,8 +470,6 @@ StepEntry::StepEntry (StepEditor& seditor) r = RefPtr::cast_dynamic (act); assert (r); r->set_active (true); - - set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG); } StepEntry::~StepEntry()