forked from bartvdbraak/blender
2.5 - Compiling fix (ED_newspace not defined yet)
This commit is contained in:
parent
a10752f4bc
commit
b7426ab4e2
@ -386,7 +386,7 @@ void do_time_buttons(bContext *C, void *arg, int event)
|
||||
|
||||
switch(event) {
|
||||
case B_NEWSPACE:
|
||||
ED_newspace(C->area, C->area->butspacetype);
|
||||
//ED_newspace(C->area, C->area->butspacetype); // XXX for ton (breaks compiling, so disabled for now) - Aligorith
|
||||
WM_event_add_notifier(C, WM_NOTE_SCREEN_CHANGED, 0, NULL);
|
||||
break;
|
||||
case B_REDRAWALL:
|
||||
|
Loading…
Reference in New Issue
Block a user