summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-11 19:11:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-11 19:11:14 +0000
commitafd5b2002a796a85b7e5c1644581aaaa41de0fb8 (patch)
tree80a8e80459d4a51b0fcef4188a11be4009a55788 /gtk2_ardour/step_entry.cc
parent5182f0770cca50cbb7c8fe419b2e64af02525553 (diff)
vari-size rect as step-edit cursor
git-svn-id: svn://localhost/ardour2/branches/3.0@7599 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index fa5a3aac85..7787ec006d 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -805,6 +805,8 @@ StepEntry::length_value_change ()
length_16_button.set_inconsistent (inconsistent);
length_32_button.set_inconsistent (inconsistent);
length_64_button.set_inconsistent (inconsistent);
+
+ _mtv->set_step_edit_cursor_width (note_length());
}
bool