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]solver
parent
54c353d403
commit
7b10381b80
|
@ -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,
|
||||
|
|
10
wishlist.txt
10
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
|
||||
|
|
Loading…
Reference in New Issue