Page Menu
Home
Search
Configure Global Search
Log In
Paste
P849
(An Untitled Masterwork)
Active
Public
Actions
Authored by
Clément Foucault (fclem)
on Dec 1 2018, 8:40 PM.
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..5270b3480be 100644
--- a/source/blender/editors/screen/screen_draw.c
+++ b/source/blender/editors/screen/screen_draw.c
@@ -392,7 +392,7 @@ void ED_screen_draw_edges(wmWindow *win)
BLI_rcti_size_x(&scissor_rect) + 1,
BLI_rcti_size_y(&scissor_rect) + 1);
- glEnable(GL_SCISSOR_TEST);
+ // glEnable(GL_SCISSOR_TEST);
UI_GetThemeColor4fv(TH_EDITOR_OUTLINE, col);
col[3] = 1.0f;
@@ -413,7 +413,7 @@ void ED_screen_draw_edges(wmWindow *win)
GPU_blend(false);
- glDisable(GL_SCISSOR_TEST);
+ // glDisable(GL_SCISSOR_TEST);
}
/**
Event Timeline
Clément Foucault (fclem)
created this paste.
Dec 1 2018, 8:40 PM
Clément Foucault (fclem)
mentioned this in
T57455: Laggy, freezing UI with Linux and Intel UHD 620
.
Log In to Comment