ENH:Text not centered on mac15

jira: STUDIO-11056
Change-Id: I1c651421f8914a25707ad5b5c1d3e3d56c2df959
(cherry picked from commit 7af3eba50047c4b5f852f2ac3814243543a5019a)
This commit is contained in:
zhou.xu
2025-03-23 16:59:44 +08:00
committed by Noisyfox
parent 0b4b39f8ed
commit 13d3cfda63
5 changed files with 38 additions and 10 deletions

View File

@@ -583,8 +583,6 @@ MeshErrorsInfo ObjectList::get_mesh_errors_info(wxString* sidebar_info /*= nullp
else
return { "", "" };
}
assert(obj_idx >= 0);
return get_mesh_errors_info(obj_idx, vol_idx, sidebar_info, non_manifold_edges);
}