summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-09 09:11:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-09 09:11:52 -0400
commit38f2aa51bd007eaeeaa8ee140143f70f7c53753a (patch)
tree66172c8ee65f6c2f2cc52b062622014fd2c7b8c3 /gtk2_ardour/step_editor.cc
parent37743ea9b1bfda241f8ada87470631acef1e5c4e (diff)
parent07be5beee7941a193fd55b584e72dbd9c8bea6fb (diff)
Merge branch 'master' into cairocanvas
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 c6c34d6c17..4665da348b 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