Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton 2021-01-28 18:54:45 +11:00
commit 39cfc95c2c
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ static void ui_but_update_old_active_from_new(uiBut *oldbut, uiBut *but)
BLI_assert(oldbut->active);
/* flags from the buttons we want to refresh, may want to add more here... */
const int flag_copy = UI_BUT_REDALERT | UI_HAS_ICON;
const int flag_copy = UI_BUT_REDALERT | UI_HAS_ICON | UI_SELECT_DRAW;
const int drawflag_copy = 0; /* None currently. */
/* still stuff needs to be copied */