* Finishing renaming of interface.[ch] to EXPP_interface.[ch]:
removed old files -- should solve compile problems. * Updated Window.c to access a variable in Draw.c
This commit is contained in:
@@ -65,7 +65,7 @@ PyObject *M_Window_Redraw(PyObject *self, PyObject *args)
|
||||
st = sa->spacedata.first;
|
||||
if (st->text->flags & TXT_FOLLOW) /* follow cursor display */
|
||||
pop_space_text(st);
|
||||
if (/*disable_force_draw*/0) { /* XXX Blender.Draw ... */
|
||||
if (EXPP_disable_force_draw) { /* from Draw.[ch] ... */
|
||||
scrarea_queue_redraw(sa);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user