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:
authorHans Goudey <h.goudey@me.com>2021-01-29 01:25:59 +0300
committerHans Goudey <h.goudey@me.com>2021-01-29 01:25:59 +0300
commit92b0803f35a731c0c070f302d6663e3003b3a310 (patch)
tree57b8ac8a6f29c531d8e645fdd307586bbd0ac17a /source/blender/editors/interface/interface_panel.c
parent323b7ad9cd447d57f2e33aae937fb3265b9f5475 (diff)
parent71cb6923f5073d4d1ca629f1299cfe251f8a611d (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/editors/interface/interface_panel.c')
-rw-r--r--source/blender/editors/interface/interface_panel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index ac29a1c7f9e..b4af63b6f4d 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -1119,10 +1119,9 @@ static void panel_draw_highlight_border(const Panel *panel,
radius = 0.0f;
}
- /* Abuse the property search theme color for now. */
float color[4];
- UI_GetThemeColor4fv(TH_MATCH, color);
- UI_draw_roundbox_aa(
+ UI_GetThemeColor4fv(TH_SELECT_ACTIVE, color);
+ UI_draw_roundbox_4fv(
&(const rctf){
.xmin = rect->xmin,
.xmax = rect->xmax,