Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface.c
| Show First 20 Lines • Show All 1,912 Lines • ▼ Show 20 Lines | if (show_background) { | ||||
| show_background = false; | show_background = false; | ||||
| } | } | ||||
| else { | else { | ||||
| /* Without a header there is no background except for region overlap. */ | /* Without a header there is no background except for region overlap. */ | ||||
| show_background = region->overlap != 0; | show_background = region->overlap != 0; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| ui_draw_aligned_panel( | ui_panel_draw_aligned( | ||||
| &style, block, &rect, UI_panel_category_is_visible(region), show_background); | &style, block, &rect, UI_panel_category_is_visible(region), show_background); | ||||
| } | } | ||||
| BLF_batch_draw_begin(); | BLF_batch_draw_begin(); | ||||
| UI_icon_draw_cache_begin(); | UI_icon_draw_cache_begin(); | ||||
| UI_widgetbase_draw_cache_begin(); | UI_widgetbase_draw_cache_begin(); | ||||
| /* widgets */ | /* widgets */ | ||||
| ▲ Show 20 Lines • Show All 4,867 Lines • Show Last 20 Lines | |||||