Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-02 19:52:45 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-02 19:56:32 +0300
commit03506ee4d145e94a2d364341565a811613984721 (patch)
tree7d947d90a48b9f4d903185b4e4f598e6e43272f8 /source/blender/editors
parentde4ebcbe4368e2e71dc14effaf2733a4a0138570 (diff)
UI: use consistent text box theme colors in search popups
This solves an issues where these text fields would use menu background colors, making it difficult to create a correct theme. Default theme looks the same, only Blender Light now shows a dark text field. Patch contributed by Paul (Thirio). Differential Revision: https://developer.blender.org/D5906
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/interface/interface_widgets.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/interface/interface_widgets.c b/source/blender/editors/interface/interface_widgets.c
index 9f1b11d1354..ce73e4de45c 100644
--- a/source/blender/editors/interface/interface_widgets.c
+++ b/source/blender/editors/interface/interface_widgets.c
@@ -4638,9 +4638,6 @@ void ui_draw_but(const bContext *C, ARegion *ar, uiStyle *style, uiBut *but, rct
case UI_BTYPE_SEARCH_MENU:
wt = widget_type(UI_WTYPE_NAME);
- if (but->block->theme_style == UI_BLOCK_THEME_STYLE_POPUP) {
- wt->wcol_theme = &btheme->tui.wcol_menu_back;
- }
break;
case UI_BTYPE_TAB: