Blender Git Loki
Git Commits -> Revision a79780b
Revision a79780b by Simon Clitherow (master) December 22, 2002, 13:43 (GMT) |
fixed a *really* minor bug where tooltips were not resetting if next call to add_numbut() asks for a NULL tooltip. --aphex ============================================================ RCS file: /cvs01/blender/source/blender/src/toolbox.c,v retrieving revision 1.4 diff -r1.4 toolbox.c 1356c1356,1360 < if(tip) strcpy(numbuts[nr].tip, tip); --- > if(tip) > strcpy(numbuts[nr].tip, tip); > else > strcpy(numbuts[nr].tip, ""); > |
Commit Details:
Full Hash: a79780b1a41ad94a15961206cd9856ce8b9c890f
SVN Revision: 216
Parent Commit: 1eb669a
Lines Changed: +5, -1
1 Modified Path:
/source/blender/src/toolbox.c (+5, -1) (Diff)