Note when an entity is construction, when we describe it in the

text window.

[git-p4: depot-paths = "//depot/solvespace/": change = 2136]
solver
Jonathan Westhues 2010-05-03 21:13:35 -08:00
parent 4628048d45
commit f27b567f5c
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ void TextWindow::DescribeSelection(void) {
} else {
Printf(false, "%FtIN STYLE%E none");
}
if(e->construction) {
Printf(false, "%FtCONSTRUCTION");
}
} else if(gs.n == 2 && gs.points == 2) {
Printf(false, "%FtTWO POINTS");
Vector p0 = SK.GetEntity(gs.point[0])->PointGetNum();