FP8: Implement "Control-Link"
[ardour.git] / gtk2_ardour / time_axis_view.cc
index 5bd26b193a987f56dfad6281dd636e8d6b91537b..c1ec7767e55c8cf4de6607f472666ced5f6a8015 100644 (file)
@@ -629,12 +629,12 @@ TimeAxisView::begin_name_edit ()
         */
 
        int x, y;
-        int wx, wy;
+       int wx, wy;
 
-        name_label.translate_coordinates (*toplevel, 0, 0, x, y);
-        toplevel->get_window()->get_origin (wx, wy);
+       name_label.translate_coordinates (*toplevel, 0, 0, x, y);
+       toplevel->get_window()->get_origin (wx, wy);
 
-        fte->move (wx + x, wy + y);
+       fte->move (wx + x, wy + y);
        fte->present ();
 }