GPv3: Curve to Mesh node #113659

Manually merged
Dalai Felinto merged 86 commits from dfelinto/blender:grease-nodes-curve-to-mesh into main 2023-10-16 11:49:25 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit b6131cc338 - Show all commits

View File

@ -2054,8 +2054,7 @@ static void widget_draw_text(const uiFontStyle *fstyle,
bool has_prev = false;
if (pos > 0) {
if (BLF_str_offset_to_glyph_bounds(
fstyle->uifont_id, drawstr + but->ofs, pos - 1, &bounds))
{
fstyle->uifont_id, drawstr + but->ofs, pos - 1, &bounds)) {
if (bounds.xmax > bounds.xmin) {
prev_right_edge = bounds.xmax;
}