Update background color for BasicDrawing.
このコミットが含まれているのは:
コミット
38efb0ccea
1個のファイルの変更、1行の追加、1行の削除
|
|
@ -321,7 +321,7 @@ public class BasicDrawing extends JPanel implements Drawing {
|
||||||
*/
|
*/
|
||||||
public BasicDrawing() {
|
public BasicDrawing() {
|
||||||
setLayout(null);
|
setLayout(null);
|
||||||
this.setBackground(new Color(240, 240, 240));
|
this.setBackground(new Color(245, 245, 245));
|
||||||
this.zoomAndPanListener = new ZoomAndPanListener(this,
|
this.zoomAndPanListener = new ZoomAndPanListener(this,
|
||||||
ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
|
ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
|
||||||
|
|
||||||
|
|
|
||||||
読み込み中…
新しいイシューから参照