Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/resources.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (U.versionfile < 275 || (U.versionfile == 274 && U.subversionfile < 2)) { | |||||
| bTheme *btheme; | |||||
| /* interface_widgets.c */ | |||||
| struct uiWidgetColors wcol_tab = { | |||||
| {255, 255, 255, 255}, | |||||
| {83, 83, 83, 255}, | |||||
| {114, 114, 114, 255}, | |||||
| {90, 90, 90, 255}, | |||||
| {0, 0, 0, 255}, | |||||
| {0, 0, 0, 255}, | |||||
| 0, | |||||
| 0, 0 | |||||
| }; | |||||
| for (btheme = U.themes.first; btheme; btheme = btheme->next) { | |||||
| btheme->tui.wcol_tab = wcol_tab; | |||||
| } | |||||
| } | |||||
| if (U.pixelsize == 0.0f) | if (U.pixelsize == 0.0f) | ||||
| U.pixelsize = 1.0f; | U.pixelsize = 1.0f; | ||||
| Context not available. | |||||