Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Merge requests
!2289
make mask and projection classes more similar
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
make mask and projection classes more similar
j.0
into
main
Overview
0
Commits
17
Pipelines
4
Changes
23
Merged
Wuttke, Joachim
requested to merge
j.0
into
main
1 year ago
Overview
0
Commits
17
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Compare
version 1
version 3
f6635218
1 year ago
version 2
71490833
1 year ago
version 1
6e8aeca6
1 year ago
main (base)
and
version 2
latest version
778cf5c7
17 commits,
1 year ago
version 3
f6635218
16 commits,
1 year ago
version 2
71490833
13 commits,
1 year ago
version 1
6e8aeca6
12 commits,
1 year ago
Show latest version
2 files
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
GUI/View/Setup/ProjectionToolbar.cpp
+
1
−
2
Options
@@ -39,8 +39,7 @@ ProjectionToolbar::ProjectionToolbar(ProjectionActions* actions)
resetViewButton
->
setIcon
(
QIcon
(
":/images/camera-metering-center.svg"
));
resetViewButton
->
setToolTip
(
"Reset view
\n
x,y,z axes range will be set to default"
);
addWidget
(
resetViewButton
);
connect
(
resetViewButton
,
&
QToolButton
::
clicked
,
actions
,
&
ProjectionActions
::
resetViewRequest
);
connect
(
resetViewButton
,
&
QToolButton
::
clicked
,
actions
,
&
ProjectionActions
::
resetViewRequest
);
add_separator
();
Loading