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:
authorAlexander Romanov <a.romanov@blend4web.com>2017-04-13 12:59:04 +0300
committerAlexander Romanov <a.romanov@blend4web.com>2017-04-13 12:59:04 +0300
commitf5bc8ad4ce87165fc0648f1cd8c0ae1fb5f07281 (patch)
treea217d6fe49a03b09016f5fb5c84ee4c16f234a83 /source/blender/editors/interface/interface.c
parenta7b3047cefcbfae4d8b13e15026497fd5ae92730 (diff)
Add red alert in UI controls for datablock pointer properties
Diffstat (limited to 'source/blender/editors/interface/interface.c')
-rw-r--r--source/blender/editors/interface/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index 7180e18ab92..d4b1a7e603a 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -4372,7 +4372,7 @@ void UI_but_func_search_set(
if (0 == (but->block->flag & UI_BLOCK_LOOP)) {
/* skip empty buttons, not all buttons need input, we only show invalid */
if (but->drawstr[0])
- ui_but_search_refresh(but);
+ ui_but_search_refresh(but, false);
}
}