Skip to content

Commit

Permalink
Restore selectable flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
topcat001 committed Mar 6, 2022
1 parent 6d05fce commit b527858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fvwm/menuitem.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ void menuitem_paint(
}
else
{
MI_IS_SELECTABLE(mi) = True;
gcs = ST_MENU_INACTIVE_GCS(ms);
off_gcs = ST_MENU_INACTIVE_GCS(ms);
}
Expand Down

0 comments on commit b527858

Please sign in to comment.