Can now select textures.

This commit is contained in:
Bill Currie 2010-10-10 17:07:48 +09:00
parent 47117f1762
commit ff94a0f76a

View file

@ -123,7 +123,7 @@ NOTE: I am specifically not using cached image reps, because the data is also ne
// oldwindowmask = [window addToEventMask:NSLeftMouseDraggedMask];
loc = [theEvent locationInWindow];
[self convertPoint: loc fromView: NULL];
loc = [self convertPoint: loc fromView: NULL];
list = [parent_i getList];
max = [list count];