Code:
self.canvas.create_polygon(self.polygon_points, outline="white", fill="white", tags="map_polygon")
I execute it by pressing F5 in Geany.
Statistics: Posted by mart1nek — Wed Feb 07, 2024 1:15 pm
Code:
self.canvas.create_polygon(self.polygon_points, outline="white", fill="white", tags="map_polygon")
Statistics: Posted by mart1nek — Wed Feb 07, 2024 1:15 pm