Skip to content

Commit

Permalink
#5231: Fix jump to camera not redrawing the orthoview after refocusing.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jun 29, 2020
1 parent a28c732 commit 3aefb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant/xyview/XYWnd.cpp
Expand Up @@ -295,6 +295,7 @@ const Vector3& XYWnd::getOrigin() const
void XYWnd::setOrigin(const Vector3& origin) {
_origin = origin;
updateModelview();
queueDraw();
}

void XYWnd::scroll(int x, int y)
Expand Down

0 comments on commit 3aefb11

Please sign in to comment.