Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CommonGUI
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Frédéric Larue
CommonGUI
Commits
a8ffa68a
Commit
a8ffa68a
authored
Oct 24, 2019
by
Frédéric Larue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixed in the update of the MetricGrid suffix string while reloading a saved view (F1-F11 key).
parent
0d0691ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
GLViewer/GLViewer.cpp
GLViewer/GLViewer.cpp
+2
-0
No files found.
GLViewer/GLViewer.cpp
View file @
a8ffa68a
...
...
@@ -316,6 +316,8 @@ void GLViewer::clearNavigationControlStack()
void
GLViewer
::
setRenderState
(
const
RenderState
&
state
)
{
m_View
=
state
;
m_View
.
metricGrid2D
.
setSuffix
(
&
s_MetricGrid2DSuffix
);
m_View
.
metricGrid3D
.
setSuffix
(
&
s_MetricGrid3DSuffix
);
m_MustUpdateFocal
=
true
;
m_MustUpdateProjectionMatrix
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment