Skip to content
Snippets Groups Projects
Commit e527556d authored by Johannes Eder's avatar Johannes Eder
Browse files

YELLOW

refs 2490
parent 413c5097
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment