UI: disable area emboss when it's maximized

This commit is contained in:
2014-10-17 00:12:31 +02:00
parent 887da1345c
commit 13e9c44ce5

View File

@@ -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);
}
}
/* **********************************