From 7b10381b80cc45f72fe213a03fd81adcdb2d2526 Mon Sep 17 00:00:00 2001
From: Jonathan Westhues <jwesthues@cq.cx>
Date: Sun, 28 Feb 2010 10:55:49 -0800
Subject: [PATCH] Fix bug where on-screen display of view parameters wasn't
 updated after View -> Nearest Ortho/Iso.

[git-p4: depot-paths = "//depot/solvespace/": change = 2119]
---
 graphicswin.cpp |  2 ++
 wishlist.txt    | 10 +++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/graphicswin.cpp b/graphicswin.cpp
index 97b4220..1285ce0 100644
--- a/graphicswin.cpp
+++ b/graphicswin.cpp
@@ -224,6 +224,8 @@ void GraphicsWindow::AnimateOnto(Quaternion quatf, Vector offsetf) {
     projUp = quatf.RotationV();
     offset = offsetf;
     InvalidateGraphics();
+    // If the view screen is open, then we need to refresh it.
+    SS.later.showTW = true;
 }
 
 void GraphicsWindow::HandlePointForZoomToFit(Vector p,
diff --git a/wishlist.txt b/wishlist.txt
index 5a95c00..9415e51 100644
--- a/wishlist.txt
+++ b/wishlist.txt
@@ -1,10 +1,14 @@
-replace show/hide links with icons?
+replace show/hide links with icons
+add checked/unchecked checkbox and radio button
+fix bug with rotation in plane where green line stays displayed
+fix memory leak when switching between files
+area of sketch in a given workplane (easy, useful)
 lock point where dragged constraint
 remove toolbar icons for sketch in 3d, add View -> Align to Workplane
-rounding, as a special group
-associative entities from solid model, as a special group
 
 -----
+rounding, as a special group
+associative entities from solid model, as a special group
 better level of detail
 some kind of import
 faster triangulation