Eliseev E.E. LabWork05 #5

Closed
ElEgEv wants to merge 5 commits from LabWork05 into LabWork04
Showing only changes of commit 5d93c8bf38 - Show all commits

View File

@ -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();
}