operator buttons get a red highlight when alert is set for the layout

This commit is contained in:
2011-06-05 17:02:57 +00:00
parent 68d4c64db8
commit 68a3303013
2 changed files with 3 additions and 2 deletions

View File

@@ -154,8 +154,6 @@ int BLI_split_name_num(char *left, int *nr, const char *name, const char delim)
{
int a;
/* could use '0', but this would mean the first
* duplicate would become FooBar.000 */
*nr= 0;
a= strlen(name);
memcpy(left, name, (a + 1) * sizeof(char));