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
shmuz committed Feb 8, 2023
1 parent b8038f7 commit c0778ae
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 @@ -1682,6 +1682,7 @@ void VMenu::DisplayObject()
{
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 c0778ae

Please sign in to comment.