Skip to content

Commit

Permalink
Merge pull request #2496 from spnethw/fix_redraw_in_filtered_menu
Browse files Browse the repository at this point in the history
Fix redraw in filtered menu (see Mantis 0001794)
  • Loading branch information
elfmz authored Nov 9, 2024
2 parents d3d3401 + da8519d commit e1f8fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions far2l/src/vmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,7 @@ void VMenu::DrawEdges()
{
if (!CheckFlags(VMENU_DISABLEDRAWBACKGROUND) && !CheckFlags(VMENU_LISTBOX)) {
if (BoxType == SHORT_DOUBLE_BOX || BoxType == SHORT_SINGLE_BOX) {
SetScreen(X1, Y1, X2, Y2, L' ', Colors[VMenuColorBody]);
Box(X1, Y1, X2, Y2, Colors[VMenuColorBox], BoxType);

if (!CheckFlags(VMENU_LISTBOX | VMENU_ALWAYSSCROLLBAR)) {
Expand Down

0 comments on commit e1f8fbb

Please sign in to comment.