Fix tile highlight corners are too fat since recent changes in glLineWidth policy
This commit is contained in:
@@ -130,6 +130,7 @@ static void draw_render_info(const bContext *C,
|
|||||||
|
|
||||||
UI_ThemeColor(TH_FACE_SELECT);
|
UI_ThemeColor(TH_FACE_SELECT);
|
||||||
|
|
||||||
|
glLineWidth(1.0f);
|
||||||
for (i = 0, tile = tiles; i < total_tiles; i++, tile++) {
|
for (i = 0, tile = tiles; i < total_tiles; i++, tile++) {
|
||||||
glaDrawBorderCorners(tile, zoomx, zoomy);
|
glaDrawBorderCorners(tile, zoomx, zoomy);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user