From 5d93c8bf38836b4d150517473c06a880f2a0b53a Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Fri, 18 Nov 2022 18:45:28 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project/src/FormPlaneConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/src/FormPlaneConfig.java b/Project/src/FormPlaneConfig.java index 401d12f..2dfcd85 100644 --- a/Project/src/FormPlaneConfig.java +++ b/Project/src/FormPlaneConfig.java @@ -171,7 +171,7 @@ public class FormPlaneConfig extends JFrame{ if(LabelAddColor.getMousePosition() != null && _plane instanceof DrawingAirbus airbus) { - airbus.SetAddColor(panel.getBackground()); + airbus.SetAddColor(panel.getBackground()); Draw(_plane); repaint(); }