From afd5b2002a796a85b7e5c1644581aaaa41de0fb8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 11 Aug 2010 19:11:14 +0000 Subject: vari-size rect as step-edit cursor git-svn-id: svn://localhost/ardour2/branches/3.0@7599 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/step_entry.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/step_entry.cc') 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 -- cgit v1.2.3