Skip to content

Commit

Permalink
enhancement: always show horizontal scrollbar in Selectfile dialog (f…
Browse files Browse the repository at this point in the history
…ixes #1415)
  • Loading branch information
midwan committed Sep 3, 2024
1 parent d5c9d9e commit 499d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/SelectFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static void InitSelectFile(const std::string& title)
scrAreaFiles->setBackgroundColor(gui_textbox_background_color);
scrAreaFiles->setForegroundColor(gui_foreground_color);
scrAreaFiles->setSelectionColor(gui_selection_color);
scrAreaFiles->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_AUTO);
scrAreaFiles->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_ALWAYS);
scrAreaFiles->setVerticalScrollPolicy(gcn::ScrollArea::SHOW_ALWAYS);

if (createNew)
Expand Down

0 comments on commit 499d89e

Please sign in to comment.