fixed two errors in events for knife tool:
- ESC for pupmenu was not handled - pressing ENTER at pupmenu caused mousetrail call to exit
This commit is contained in:
@@ -3890,6 +3890,7 @@ short pupmenu(char *instr)
|
||||
|
||||
y1= starty + boxh*(md->nitems-1);
|
||||
x1= startx;
|
||||
|
||||
for(a=0; a<md->nitems; a++) {
|
||||
char *name= md->items[a].str;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user