Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/resources.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| if (U.versionfile < 272 || (U.versionfile == 272 && U.subversionfile < 1)) { | |||||
| bTheme *btheme; | |||||
| for (btheme = U.themes.first; btheme; btheme = btheme->next) { | |||||
| rgba_char_args_set(btheme->tui.wcol_tooltip.text, 255, 255, 255, 255); | |||||
| } | |||||
| } | |||||
| { | { | ||||
| bTheme *btheme; | bTheme *btheme; | ||||
| for (btheme = U.themes.first; btheme; btheme = btheme->next) { | for (btheme = U.themes.first; btheme; btheme = btheme->next) { | ||||
| Context not available. | |||||