Bugfix, the lock button in the uv editor didn't work, the 3d view would
always redraw even if it was disabled (only on non-apple).
This commit is contained in:
@@ -4848,6 +4848,7 @@ void force_draw(int header)
|
|||||||
screen_swapbuffers();
|
screen_swapbuffers();
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
|
if(tempsa->spacetype==SPACE_VIEW3D) {
|
||||||
/* de the afterqueuetest for backbuf draw */
|
/* de the afterqueuetest for backbuf draw */
|
||||||
sa= G.curscreen->areabase.first;
|
sa= G.curscreen->areabase.first;
|
||||||
while(sa) {
|
while(sa) {
|
||||||
@@ -4859,6 +4860,7 @@ void force_draw(int header)
|
|||||||
}
|
}
|
||||||
sa= sa->next;
|
sa= sa->next;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
if(curarea!=tempsa) areawinset(tempsa->win);
|
if(curarea!=tempsa) areawinset(tempsa->win);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user