Skip to content

Commit

Permalink
Fix redraw in filtered menu (see Mantis 0001794)
Browse files Browse the repository at this point in the history
  • Loading branch information
spnethw committed Nov 6, 2024
1 parent 671e3a9 commit da8519d
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 da8519d

Please sign in to comment.