13
0

L: Trax has a fixed set of rulers; you cannot hide or show them

This commit is contained in:
Ben Loftis 2024-05-20 11:10:52 -05:00
parent 375b3e45a3
commit b69c90156d

View File

@ -193,6 +193,9 @@ Editor::initialize_rulers ()
bool
Editor::ruler_label_button_release (GdkEventButton* ev)
{
#ifdef LIVETRAX
return true;
#endif
if (Gtkmm2ext::Keyboard::is_context_menu_event (ev)) {
if (!ruler_dialog) {
ruler_dialog = new RulerDialog ();