summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-05 11:26:25 +0000
committerRobin Gareus <robin@gareus.org>2012-11-05 11:26:25 +0000
commit778835bfbc07c694beeee8796c5f8e016041c5ac (patch)
tree2a1a4c75342a8ccf436c2983a61cd2e5d26bbbef /gtk2_ardour/step_entry.cc
parent204d840c43445745942eb834c120cbeaff77809e (diff)
amend 13373: don't force Step entry window on top
git-svn-id: svn://localhost/ardour2/branches/3.0@13379 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index 10116fae22..7769b5e054 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -471,7 +471,6 @@ StepEntry::StepEntry (StepEditor& seditor)
assert (r);
r->set_active (true);
- set_keep_above(true);
set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
}