Skip to content

Commit

Permalink
UI|Fixed: Update UI font height when window resized
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 17, 2012
1 parent c2a87fa commit 2d1ecdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/portable/src/ui_main.c
Expand Up @@ -412,6 +412,7 @@ int UI_ScreenH(int relh)
void UI_UpdatePageLayout(void)
{
if(!uiCurrentPage) return;
uiFontHgt = FR_SingleLineHeight("UI");
UI_SetPage(uiCurrentPage);
}

Expand Down

0 comments on commit 2d1ecdc

Please sign in to comment.