Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
e527556d
Commit
e527556d
authored
8 years ago
by
Johannes Eder
Browse files
Options
Downloads
Patches
Plain Diff
YELLOW
refs 2490
parent
413c5097
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/Graphical3DCompositeBase.java
+2
-8
2 additions, 8 deletions
...ooling/graphicsGL/ui/editor/Graphical3DCompositeBase.java
with
2 additions
and
8 deletions
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/Graphical3DCompositeBase.java
+
2
−
8
View file @
e527556d
...
...
@@ -64,7 +64,7 @@ import org.newdawn.slick.Color;
* @author mondal
* @author $Author: hoelzl $
* @version $Rev: 15927 $
* @ConQAT.Rating YELLOW Hash:
931F83C3DFFB1E2A8F5C227CBCCBB045
* @ConQAT.Rating YELLOW Hash:
2EFC5B95906E72B048CCC59A85DB3762
*/
public
abstract
class
Graphical3DCompositeBase
<
T
extends
EObject
>
extends
Composite
implements
MouseListener
,
MouseTrackListener
,
MouseMoveListener
,
MouseWheelListener
,
KeyListener
,
...
...
@@ -167,7 +167,7 @@ public abstract class Graphical3DCompositeBase<T extends EObject> extends Compos
}
/** Creates the main controls. */
public
void
createPartControl
(
Composite
parent
)
{
public
void
createPartControl
()
{
Composite
c
=
new
Composite
(
this
,
SWT
.
NONE
);
c
.
setLayout
(
new
FillLayout
());
...
...
@@ -190,12 +190,6 @@ public abstract class Graphical3DCompositeBase<T extends EObject> extends Compos
renderThread
.
start
();
}
// /** {@inheritDoc} */
// @Override
// public boolean setFocus() {
// return canvas.setFocus();
// }
/** {@inheritDoc} */
@Override
public
void
mouseDoubleClick
(
MouseEvent
e
)
{
...
...
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