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:
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,