Skip to content

Commit

Permalink
Revert changes in DrawRectangleOutline()
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenbo Hou committed Jul 5, 2024
1 parent a6f0e87 commit 292d8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MsGraphicsPkg/Library/SimpleUIToolKit/Utilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ DrawRectangleOutline (
0,
0,
OrigX,
(OrigY + Height - LineWidth - 1),
(OrigY + Height - LineWidth),
Width,
LineWidth,
0
Expand All @@ -306,7 +306,7 @@ DrawRectangleOutline (
EfiBltVideoFill,
0,
0,
(OrigX + Width - LineWidth - 1),
(OrigX + Width - LineWidth),
OrigY,
LineWidth,
Height,
Expand Down

0 comments on commit 292d8f3

Please sign in to comment.