Page Menu
Home
Search
Configure Global Search
Log In
Paste
P853
(An Untitled Masterwork)
Active
Public
Actions
Authored by
Clément Foucault (fclem)
on Dec 2 2018, 1:42 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
diff --git a/source/blender/editors/screen/screen_draw.c b/source/blender/editors/screen/screen_draw.c
index 51301b0f022..6f53f2f67e4 100644
--- a/source/blender/editors/screen/screen_draw.c
+++ b/source/blender/editors/screen/screen_draw.c
@@ -387,6 +387,8 @@ void ED_screen_draw_edges(wmWindow *win)
BLI_rcti_do_minmax_v(&scissor_rect, (int[2]){sa->v3->vec.x, sa->v3->vec.y});
}
+ glFlush();
+
GPU_scissor(scissor_rect.xmin,
scissor_rect.ymin,
BLI_rcti_size_x(&scissor_rect) + 1,
Event Timeline
Clément Foucault (fclem)
created this paste.
Dec 2 2018, 1:42 AM
Clément Foucault (fclem)
mentioned this in
T57455: Laggy, freezing UI with Linux and Intel UHD 620
.
Log In to Comment