summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-07 22:24:15 +0200
committerRobin Gareus <robin@gareus.org>2013-07-07 22:29:45 +0200
commit07be5beee7941a193fd55b584e72dbd9c8bea6fb (patch)
treec5d9c15dc56f584064bfcac1b2bc0401bdf928d2 /gtk2_ardour/step_editor.cc
parent2b0fef5933e51a29d5b6bc0ef89146de35c88e81 (diff)
window delete/hide is managed by WMProxy (amend to cb6f16ac)
Diffstat (limited to 'gtk2_ardour/step_editor.cc')
-rw-r--r--gtk2_ardour/step_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_editor.cc b/gtk2_ardour/step_editor.cc
index a75f0f98e4..11ac6c3187 100644
--- a/gtk2_ardour/step_editor.cc
+++ b/gtk2_ardour/step_editor.cc
@@ -149,7 +149,7 @@ bool
StepEditor::step_editor_hidden (GdkEventAny*)
{
step_editor_hide ();
- return true;
+ return true; // XXX remember position ?!
}
void