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]
This commit is contained in:
parent
54c353d403
commit
7b10381b80
@ -224,6 +224,8 @@ void GraphicsWindow::AnimateOnto(Quaternion quatf, Vector offsetf) {
|
|||||||
projUp = quatf.RotationV();
|
projUp = quatf.RotationV();
|
||||||
offset = offsetf;
|
offset = offsetf;
|
||||||
InvalidateGraphics();
|
InvalidateGraphics();
|
||||||
|
// If the view screen is open, then we need to refresh it.
|
||||||
|
SS.later.showTW = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphicsWindow::HandlePointForZoomToFit(Vector p,
|
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
|
lock point where dragged constraint
|
||||||
remove toolbar icons for sketch in 3d, add View -> Align to Workplane
|
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
|
better level of detail
|
||||||
some kind of import
|
some kind of import
|
||||||
faster triangulation
|
faster triangulation
|
||||||
|
Loading…
Reference in New Issue
Block a user