From af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 19 Mar 2024 15:09:14 +0100 Subject: Update dependencies, whitespace, and Fl_File_Chooser.cxx Rewrite src/Fl_File_Chooser.cxx from its .fl source file --- src/fl_shortcut.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_shortcut.cxx') diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index a1dba59d4..640dd6963 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -77,7 +77,7 @@ int Fl::test_shortcut(unsigned int shortcut) { // kludge so that Ctrl+'_' works (as opposed to Ctrl+'^_'): if ((shift&FL_CTRL) && key >= 0x3f && key <= 0x5F && firstChar==(key^0x40)) return 1; // firstChar should be within a-z - + return 0; } -- cgit v1.2.3