toolstroke: rename getPreview to getBounds
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@625 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
86a2f05201
commit
0f0d063957
2 changed files with 5 additions and 17 deletions
|
@ -957,7 +957,7 @@ public class MainWindow extends JFrame
|
|||
if (toolStroke != null) {
|
||||
toolStroke.dragTo(x, y);
|
||||
drawingArea.setToolPreview(
|
||||
toolStroke.getPreview(),
|
||||
toolStroke.getBounds(),
|
||||
parseColor(strings.getString("tool."+currentTool.name()+".border"))
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue