From 44795175ee656297a7e8613515c33225c3aaa5fb Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Wed, 9 Jul 2008 23:17:35 -0800 Subject: [PATCH] A suggestion when we fail to converge or go singular. [git-p4: depot-paths = "//depot/solvespace/": change = 1832] --- textscreens.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textscreens.cpp b/textscreens.cpp index 0e847e1..413ad66 100644 --- a/textscreens.cpp +++ b/textscreens.cpp @@ -493,6 +493,9 @@ void TextWindow::ShowGroupSolveInfo(void) { break; } } + + Printf(true, "It may be possible to fix the problem "); + Printf(false, "by selecting Edit -> Undo."); } //-----------------------------------------------------------------------------