Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-01 01:18:21 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-01 01:18:21 +0300
commita8cb4a7860490e1a05b5f03d02b04ca73a7be79e (patch)
tree887ed6a55752f502c967c76b55272a8986352e41 /source/blender/src/toets.c
parent0909fa71eaba661017d8d0902fd0d4d6e2163911 (diff)
Fixed bug #5557, retopo - toggling fullscreen shifts painted lines
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index ffa7fe218f5..45810d12745 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -337,13 +337,7 @@ void persptoetsen(unsigned short event)
if(G.vd->persp<2) perspo= G.vd->persp;
}
- if(G.vd->depths) G.vd->depths->damaged= 1;
- retopo_queue_updates(G.vd);
- if(retopo_mesh_paint_check() && G.vd->retopo_view_data) {
- /* Force redraw */
- drawview3dspace(G.vd->area, G.vd);
- retopo_paint_view_update(G.vd);
- }
+ retopo_force_update();
if(preview3d_event)
BIF_view3d_previewrender_signal(curarea, PR_DBASE|PR_DISPRECT);