- fixed bug that printed: "bad call to addqueue: 0 (18, 1)" when using

layer buttons or the layer hotkeys 1-2-3-etc.

  was caused in space.c, view3dlock, untested call to addqueue.
This commit is contained in:
2003-07-04 20:15:13 +00:00
parent 19ac604c47
commit 20df091c04
2 changed files with 5 additions and 6 deletions

View File

@@ -199,7 +199,7 @@ void copy_view3d_lock(short val)
}
if(val==REDRAW && vd==sa->spacedata.first) {
scrarea_queue_redraw(sa);
if(sa->win) scrarea_queue_redraw(sa);
}
}
}