Fix tmp screen becoming permanent after going fullscreen

Doubt this is intentional.
This commit is contained in:
Julian Eisel 2016-08-01 22:57:12 +02:00
parent 4067ab38ab
commit de3181bc38
1 changed files with 1 additions and 0 deletions

View File

@ -1943,6 +1943,7 @@ ScrArea *ED_screen_state_toggle(bContext *C, wmWindow *win, ScrArea *sa, const s
sc = ED_screen_add(win, oldscreen->scene, newname);
sc->state = state;
sc->redraws_flag = oldscreen->redraws_flag;
sc->temp = oldscreen->temp;
/* timer */
sc->animtimer = oldscreen->animtimer;