From 025bac45705e2f45d3b797948e47b8c99a18aa1d Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 27 Aug 2013 18:56:04 +0000 Subject: Small enhancement to grab-resize of uiLists, suggested by plasmasolutions: do not effectively apply auto-size until we stop grabbing, avoid size of uiLists to switch between rows and maxrows while dragging. --- source/blender/makesdna/DNA_screen_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h index c15deaeb137..8e18a84060a 100644 --- a/source/blender/makesdna/DNA_screen_types.h +++ b/source/blender/makesdna/DNA_screen_types.h @@ -256,6 +256,7 @@ enum { /* uiList flag */ enum { UILST_SCROLL_TO_ACTIVE_ITEM = 1 << 0, /* Scroll list to make active item visible. */ + UILST_RESIZING = 1 << 1, /* We are currently resizing, deactivate autosize! */ }; /* regiontype, first two are the default set */ -- cgit v1.2.3