Skip to content

Commit

Permalink
add tooltip for cue editor note mode button
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldavisthefirst committed Dec 30, 2024
1 parent ce1ea77 commit 5c63a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtk2_ardour/midi_cue_editor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ MidiCueEditor::build_upper_toolbar ()
_toolbar_inner->pack_start (draw_box, false, false);

set_tooltip (full_zoom_button, _("Zoom to full clip"));
set_tooltip (note_mode_button, _("Toggle between drum and regular note drawing"));

#define PX_SCALE(px) std::max((float)px, rintf((float)px * UIConfiguration::instance().get_ui_scale()))
note_mode_button.set_size_request (PX_SCALE(50), -1);
Expand Down

0 comments on commit 5c63a3a

Please sign in to comment.