Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shared_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
molflow_synrad
shared_code
Commits
1fba669e
Commit
1fba669e
authored
1 year ago
by
Marton Ady
Browse files
Options
Downloads
Patches
Plain Diff
textbox name renames
parent
e07627e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Interface/Interface.cpp
+2
-2
2 additions, 2 deletions
Interface/Interface.cpp
Interface/Interface.h
+1
-1
1 addition, 1 deletion
Interface/Interface.h
with
3 additions
and
3 deletions
Interface/Interface.cpp
+
2
−
2
View file @
1fba669e
...
...
@@ -926,8 +926,8 @@ void Interface::OneTimeSceneInit_shared_pre() {
facetAreaLabel
=
new
GLLabel
(
"Area (cm
\262
):"
);
facetPanel
->
Add
(
facetAreaLabel
);
facetArea
=
new
GLTextField
(
0
,
nullptr
);
facetPanel
->
Add
(
facetArea
);
facetArea
Text
=
new
GLTextField
(
0
,
nullptr
);
facetPanel
->
Add
(
facetArea
Text
);
facetDetailsBtn
=
new
GLButton
(
0
,
"Details..."
);
facetPanel
->
Add
(
facetDetailsBtn
);
...
...
This diff is collapsed.
Click to expand it.
Interface/Interface.h
+
1
−
1
View file @
1fba669e
...
...
@@ -392,7 +392,7 @@ public:
GLLabel
*
facetTLabel
;
GLTextField
*
facetOpacity
;
GLLabel
*
facetAreaLabel
;
GLTextField
*
facetArea
;
GLTextField
*
facetArea
Text
;
GLToggle
*
autoFrameMoveToggle
;
GLButton
*
forceFrameMoveButton
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment