Cleaned up editor user interface layout.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@168 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: IsoSceneView.java,v 1.24 2001/08/03 22:23:47 shaper Exp $
|
// $Id: IsoSceneView.java,v 1.25 2001/08/04 00:22:19 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene;
|
package com.threerings.miso.scene;
|
||||||
|
|
||||||
@@ -68,9 +68,6 @@ public class IsoSceneView implements EditableSceneView
|
|||||||
// draw lines illustrating tracking of the mouse position
|
// draw lines illustrating tracking of the mouse position
|
||||||
//paintMouseLines(gfx);
|
//paintMouseLines(gfx);
|
||||||
|
|
||||||
gfx.setColor(Color.yellow);
|
|
||||||
gfx.drawRect(0, 0, _model.bounds.width - 1, _model.bounds.height - 1);
|
|
||||||
|
|
||||||
// restore the original clipping region
|
// restore the original clipping region
|
||||||
gfx.setClip(oldclip);
|
gfx.setClip(oldclip);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user