Provide our view bounds to the radial menu services.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2445 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: MisoScenePanel.java,v 1.12 2003/04/22 18:12:40 mdb Exp $
|
// $Id: MisoScenePanel.java,v 1.13 2003/04/22 22:00:51 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.miso.client;
|
package com.threerings.miso.client;
|
||||||
|
|
||||||
@@ -474,6 +474,12 @@ public class MisoScenePanel extends VirtualMediaPanel
|
|||||||
return (block == null) ? false : block.canTraverse(traverser, tx, ty);
|
return (block == null) ? false : block.canTraverse(traverser, tx, ty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// documentation inherited from interface
|
||||||
|
public Rectangle getViewBounds ()
|
||||||
|
{
|
||||||
|
return _vbounds;
|
||||||
|
}
|
||||||
|
|
||||||
// documentation inherited from interface
|
// documentation inherited from interface
|
||||||
public Component getComponent ()
|
public Component getComponent ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user