mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Can now select textures.
This commit is contained in:
parent
47117f1762
commit
ff94a0f76a
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue