Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DasherVR
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
DasherVR
Merge requests
!3
Removing errors from back-porting
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Removing errors from back-porting
fix/errors_from_study_backport
into
main
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Sebastian Pape
requested to merge
fix/errors_from_study_backport
into
main
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
d83a1d90
1 commit,
10 months ago
3 files
+
1
−
12
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Source/DasherVR/Public/SDasherWidget.h
+
0
−
5
View file @ d83a1d90
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,6 @@
@@ -8,7 +8,6 @@
#include
"Math/Vector2D.h"
#include
"Math/Vector2D.h"
#include
"Fonts/FontMeasure.h"
#include
"Fonts/FontMeasure.h"
#include
"Widgets/DeclarativeSyntaxSupport.h"
#include
"Widgets/DeclarativeSyntaxSupport.h"
#include
"Cluster/IDisplayClusterClusterManager.h"
//using namespace Dasher;
//using namespace Dasher;
@@ -194,10 +193,6 @@ private:
@@ -194,10 +193,6 @@ private:
//set up the font measure service to ... measure fonts.
//set up the font measure service to ... measure fonts.
TSharedPtr
<
FSlateFontMeasure
>
FontMeasureService
;
TSharedPtr
<
FSlateFontMeasure
>
FontMeasureService
;
//CAVE Sync
FOnClusterEventBinaryListener
ClusterEventListener
;
inline
static
int32
DasherEventID
=
424240
;
protected
:
protected
:
// stores color information
// stores color information
TSharedPtr
<
Dasher
::
DasherInterface
>
DasherMainInterface
;
TSharedPtr
<
Dasher
::
DasherInterface
>
DasherMainInterface
;
Loading