mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Show verbose cursor control point values in MouseContent mode as well.
This commit is contained in:
parent
19b512aed7
commit
d6f509d4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1679,7 +1679,7 @@ Editor::enter_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemType item_
|
|||
|
||||
switch (item_type) {
|
||||
case ControlPointItem:
|
||||
if (mouse_mode == MouseDraw || mouse_mode == MouseObject) {
|
||||
if (mouse_mode == MouseDraw || mouse_mode == MouseObject || mouse_mode == MouseContent) {
|
||||
cp = static_cast<ControlPoint*>(item->get_data ("control_point"));
|
||||
cp->show ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue