Update background color for BasicDrawing.

Bu işleme şunda yer alıyor:
Mikael Capelle 2018-03-13 18:29:21 +01:00
ebeveyn 72f08def1b
işleme 38efb0ccea

Dosyayı Görüntüle

@ -321,7 +321,7 @@ public class BasicDrawing extends JPanel implements Drawing {
*/
public BasicDrawing() {
setLayout(null);
this.setBackground(new Color(240, 240, 240));
this.setBackground(new Color(245, 245, 245));
this.zoomAndPanListener = new ZoomAndPanListener(this,
ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);