We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd07d75 commit 7788657Copy full SHA for 7788657
src/main.py
@@ -913,7 +913,7 @@ def updateObject(self, obj : wmwpy.classes.Object | None):
913
914
color = 'black'
915
if obj == self.selectedObject and self.selectedPart['property'] == property:
916
- color = 'blue'
+ color = 'yellow'
917
918
point_id = self.level_canvas.create_circle(
919
global_pos[0],
@@ -1562,7 +1562,7 @@ def updateObjectName(name):
1562
logging.debug(f'selectedPart: {self.selectedPart}')
1563
logging.debug(f'property selected: {self.selectedPart["property"] == property}')
1564
if self.selectedPart['property'] == property:
1565
- color = 'yellow'
+ color = 'blue'
1566
1567
options = []
1568
0 commit comments