Fix T38516: crash when using color picker from redo panel.

This commit is contained in:
2014-02-06 18:02:31 +01:00
parent 10b82471f4
commit e2541f87bc
2 changed files with 4 additions and 4 deletions

View File

@@ -350,9 +350,9 @@ struct uiBlock {
bool color_profile; /* color profile for correcting linear colors for display */
const char *display_device; /* display device name used to display this block,
* used by color widgets to transform colors from/to scene linear
*/
char display_device[64]; /* display device name used to display this block,
* used by color widgets to transform colors from/to scene linear
*/
};
typedef struct uiSafetyRct {