From 20a713b7ff0c44f6a56fbee45d274bb3df9f9b71 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 22 Apr 2018 13:57:50 +0200 Subject: UI: number button arrows appear on hover, highlight clickable areas. --- source/blender/editors/include/UI_interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/include/UI_interface.h') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index ee27a244fa5..b02ab8f0841 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -221,6 +221,9 @@ enum { UI_BUT_ALIGN_ALL = (UI_BUT_ALIGN | UI_BUT_ALIGN_STITCH_TOP | UI_BUT_ALIGN_STITCH_LEFT), UI_BUT_BOX_ITEM = (1 << 20), /* This but is "inside" a box item (currently used to change theme colors). */ + + UI_BUT_ACTIVE_LEFT = (1 << 21), /* Active left part of number button */ + UI_BUT_ACTIVE_RIGHT = (1 << 22), /* Active left part of number button */ }; /* scale fixed button widths by this to account for DPI */ -- cgit v1.2.3