2.5
Preview renders: - Added proper button type (BUT_EXTRA) for preview buttons, to handle drawing better. It now first draws an alpha mask, to ensure the preview is correctly fitting inside the widget style. It then draws the outline. - Added protection for executing preview renders while regular rendering, that's not going to work...
This commit is contained in:
@@ -193,6 +193,7 @@ typedef struct uiLayout uiLayout;
|
||||
#define OPTION (38<<9)
|
||||
#define OPTIONN (39<<9)
|
||||
#define SEARCH_MENU (40<<9)
|
||||
#define BUT_EXTRA (41<<9)
|
||||
#define BUTTYPE (63<<9)
|
||||
|
||||
/* Drawing
|
||||
|
||||
Reference in New Issue
Block a user