Fixed outliner to update when scriptlinks are altered.

This commit is contained in:
Juho Vepsalainen 2007-06-05 08:26:18 +00:00
parent ba958bea0f
commit 6b9fe36e0b

@ -265,6 +265,7 @@ void do_scriptbuts(unsigned short event)
}
allqueue(REDRAWBUTSSCRIPT, 0);
allqueue(REDRAWOOPS, 0);
}
void draw_scriptlink(uiBlock *block, ScriptLink *script, int sx, int sy, int scene)