Skip to content

Commit

Permalink
Dim FreeformMenu Command item text when it's disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Evghenii committed Sep 21, 2024
1 parent 8648236 commit bef90d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/menu/freeformmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ void FFreeformMenuItemActionableBase::Draw(FFreeformMenuDescriptor *desc, int yo
DTA_ClipRight, clipright,
DTA_ClipTop, cliptop,
DTA_ClipBottom, clipbottom,
DTA_ColorOverlay, overlay,
DTA_Alpha, mAlpha,
TAG_DONE);
messageY += mFont->GetHeight() * CleanYfac_1;
Expand All @@ -996,6 +997,7 @@ void FFreeformMenuItemActionableBase::Draw(FFreeformMenuDescriptor *desc, int yo
DTA_ClipRight, clipright,
DTA_ClipTop, cliptop,
DTA_ClipBottom, clipbottom,
DTA_ColorOverlay, overlay,
DTA_Alpha, mAlpha,
TAG_DONE);
}
Expand Down

0 comments on commit bef90d4

Please sign in to comment.