File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/gui/elems/mainWindow/keyboard Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,6 @@ void geKeyboard::openTrackMenu() const
460
460
const geTrack* track = getTrackAtCursor (Fl::event_x ());
461
461
if (track == nullptr || track->getChannelAtCursor (Fl::event_y ()) != nullptr )
462
462
return ;
463
- track->showAddChannelMenu ();
463
+ track->showMenu ();
464
464
}
465
465
} // namespace giada::v
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ geChannel* geTrack::addChannel(const c::channel::Data& d)
118
118
119
119
/* -------------------------------------------------------------------------- */
120
120
121
- void geTrack::showAddChannelMenu () const
121
+ void geTrack::showMenu () const
122
122
{
123
123
geMenu menu;
124
124
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ class geTrack : public geFlexResizable
65
65
66
66
int countChannels () const ;
67
67
68
- /* showAddChannelMenu
68
+ /* showMenu
69
69
Displays the menu for adding/removing channels. */
70
70
71
- void showAddChannelMenu () const ;
71
+ void showMenu () const ;
72
72
73
73
/* addChannel
74
74
Adds a new channel in this track. */
You can’t perform that action at this time.
0 commit comments