mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
GLArea should use label not the shortname in the lower info bar
This commit is contained in:
parent
dd9a5e52d1
commit
073ebfef5a
@ -473,7 +473,7 @@ void GLArea::displayInfo(QPainter *painter)
|
||||
}
|
||||
else
|
||||
{
|
||||
col1Text += QString("<%1>\n").arg(mm()->shortName());
|
||||
col1Text += QString("Current Mesh: %1\n").arg(mm()->label());
|
||||
col1Text += QString("Vertices: %1 (%2)\n").arg(mm()->cm.vn).arg(meshDoc->vn());
|
||||
col1Text += QString("Faces: %1 (%2)\n").arg(mm()->cm.fn).arg(meshDoc->fn());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user