summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_File_Chooser.cxx')
-rw-r--r--src/Fl_File_Chooser.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx
index ab5ea30d9..ac62bc549 100644
--- a/src/Fl_File_Chooser.cxx
+++ b/src/Fl_File_Chooser.cxx
@@ -209,7 +209,8 @@ const char * Fl_File_Chooser::label() {
}
void Fl_File_Chooser::show() {
- window->show();
+ window->hotspot(fileList);
+window->show();
fileList->deselect();
}