Orange; update commit on WIP project for Noodle editing. :)

- Grabbing works (Gkey) or tweak (LMB) or use RMB click-drag for grab
- Shift+d works
- Akey: select all
- Drawing links works too now!
This commit is contained in:
2005-12-18 23:08:22 +00:00
parent 87d9ca4b99
commit be0b59ea6d
9 changed files with 505 additions and 53 deletions

View File

@@ -5248,7 +5248,7 @@ SpaceType *spacenode_get_type(void)
if (!st) {
st= spacetype_new("Node");
spacetype_set_winfuncs(st, drawnodespace, NULL, winqreadnodespace);
spacetype_set_winfuncs(st, drawnodespace, changeview2dspace, winqreadnodespace);
}
return st;