summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-07 20:41:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-07 20:41:13 +0000
commitecbd5178927f80f8145af122af097fe3e194b64a (patch)
tree6056817a4de68602259bf9afa16f12135b4b22d7 /gtk2_ardour/step_entry.cc
parentbc8ccfa768451ce3d37a31df3b4f7a6c26c4708a (diff)
remove type hint DIALOG from step entry "dialog"
git-svn-id: svn://localhost/ardour2/branches/3.0@13803 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 0 insertions, 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<RadioAction>::cast_dynamic (act);
assert (r);
r->set_active (true);
-
- set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
}
StepEntry::~StepEntry()