Browse Source

Don't quit on escape key.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
1f4c3b4f9a
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      Timeline/TLE.fl

+ 4
- 3
Timeline/TLE.fl View File

@@ -197,7 +197,9 @@ Loggable::progress_callback( &TLE::progress_cb, this );} {}
Function {make_window()} {open
} {
Fl_Window main_window {
label Timeline open
label Timeline
callback {if ( Fl::event_key() != FL_Escape )
o->hide();} open selected
private xywh {133 113 1025 770} type Double resizable xclass Non_DAW visible
} {
Fl_Menu_Bar menubar {open
@@ -748,8 +750,7 @@ if ( engine->zombified() && ! zombie )
}

solo_blinker->value( Track::soloing() );
rec_blinker->value( transport->rolling && transport->rec_enabled() );} {selected
}
rec_blinker->value( transport->rolling && transport->rec_enabled() );} {}
}
Function {update_cb( void *v )} {open private return_type {static void}
} {


Loading…
Cancel
Save