mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
Update gui.cxx
This commit is contained in:
parent
429180f9df
commit
26fbdf95a2
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ int Gui::keyboardHandler(int event)
|
||||||
}
|
}
|
||||||
|
|
||||||
// keyboard arrows / space to special key mapping
|
// keyboard arrows / space to special key mapping
|
||||||
if ( Fl::event_key( 32 ) && Fl::event_key( FL_SHIFT ) ) { //spacebar + shift
|
if ( Fl::event_key( 32 ) && Fl::event_state( FL_SHIFT ) ) { //spacebar + shift
|
||||||
EventGridState e( gui->specialTrack, gui->specialScene, GridLogic::STATE_EMPTY );
|
EventGridState e( gui->specialTrack, gui->specialScene, GridLogic::STATE_EMPTY );
|
||||||
writeToDspRingbuffer( &e );
|
writeToDspRingbuffer( &e );
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue