Fix T68678: Invisible fullscreen button

Regression from 6148ed8cf9
This commit is contained in:
Campbell Barton 2019-08-15 18:17:33 +10:00
parent c7598cd1a5
commit a2a9c95845
Notes: blender-bot 2023-02-14 02:30:11 +01:00
Referenced by issue #68678, Invisible button to exit Fullscreen Area
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ static void area_draw_azone_fullscreen(short x1, short y1, short x2, short y2, f
alpha = min_ff(alpha, 0.75f);
UI_icon_draw_ex(x, y, ICON_FULLSCREEN_EXIT, 0.7f * U.inv_dpi_fac, 0.0f, alpha, NULL, false);
UI_icon_draw_ex(x, y, ICON_FULLSCREEN_EXIT, 0.7f * U.inv_dpi_fac, alpha, 0.0f, NULL, false);
/* debug drawing :
* The click_rect is the same as defined in fullscreen_click_rcti_init