The box when additional things get deleted (because they depend on

whatever just got deleted explicitly) should be a message, not an
error.

[git-p4: depot-paths = "//depot/solvespace/": change = 2162]
This commit is contained in:
Jonathan Westhues 2010-06-13 20:42:47 -08:00
parent 9a0591cfc4
commit d8b84a9bf0
2 changed files with 12 additions and 10 deletions

View File

@ -317,7 +317,7 @@ void SolveSpace::GenerateAll(int first, int last, bool andFindFree) {
// pruned any orphaned etc. objects, and the message loop for the // pruned any orphaned etc. objects, and the message loop for the
// messagebox could allow us to repaint and crash. But now we must // messagebox could allow us to repaint and crash. But now we must
// be fine. // be fine.
Error("Additional sketch elements were deleted, because they " Message("Additional sketch elements were deleted, because they "
"depend on the element that was just deleted explicitly. " "depend on the element that was just deleted explicitly. "
"These include: \n" "These include: \n"
" %d request%s\n" " %d request%s\n"

View File

@ -2,6 +2,8 @@ O(n*log(n)) assembly of edges into contours
good color picker good color picker
crude DXF, HPGL import crude DXF, HPGL import
a request to import a plane thing a request to import a plane thing
make export assemble only contours in same group
make export rewrite fill color same as stroke color
----- -----
rounding, as a special group rounding, as a special group