diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:09:14 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:39:18 +0100 |
| commit | af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch) | |
| tree | 8c768ffc47e08b5031110997b595e930e3e1a754 /src/Fl_File_Chooser.cxx | |
| parent | 3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff) | |
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'src/Fl_File_Chooser.cxx')
| -rw-r--r-- | src/Fl_File_Chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index aa74ffbb9..6c27c6c94 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -221,7 +221,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int { Fl_Group* o = new Fl_Group(10, 275, 470, 95); { Fl_Group* o = new Fl_Group(10, 275, 470, 20); { previewButton = new Fl_Check_Button(10, 275, 105, 20, "Preview"); - previewButton->shortcut(0x80070); + previewButton->shortcut(FL_ALT|'p'); previewButton->down_box(FL_DOWN_BOX); previewButton->value(1); previewButton->callback((Fl_Callback*)cb_previewButton); |
