bugfix [#24264] toggle UV selection fails.

was using the 4th selection flag on tri's.
also some minor changes, removed unused args and corrected some comments.
This commit is contained in:
2010-10-15 09:07:19 +00:00
parent 9f81104b29
commit f756a047e6
7 changed files with 48 additions and 59 deletions

View File

@@ -452,7 +452,7 @@ void ED_spacetype_node(void)
BLI_addhead(&st->regiontypes, art);
node_menus_register(art);
node_menus_register();
/* regions: listview/buttons */
art= MEM_callocN(sizeof(ARegionType), "spacetype node region");