UI: disable area emboss when it's maximized
This commit is contained in:
@@ -499,8 +499,9 @@ void ED_region_do_draw(bContext *C, ARegion *ar)
|
||||
|
||||
uiFreeInactiveBlocks(C, &ar->uiblocks);
|
||||
|
||||
if (sa)
|
||||
if (sa && (win->screen->state != SCREENFULL)) {
|
||||
region_draw_emboss(ar, &ar->winrct);
|
||||
}
|
||||
}
|
||||
|
||||
/* **********************************
|
||||
|
Reference in New Issue
Block a user