Fill in inputs when editing a custom color

This commit is contained in:
Isaiah Odhner 2023-05-24 23:23:39 -04:00
parent 13485b4f79
commit c01167c84f

View File

@ -357,6 +357,8 @@ class EditColorsDialogWindow(DialogWindow):
)
)
self._update_inputs("hslrgb")
def on_color_grid_changed(self, event: ColorGrid.Changed) -> None:
"""Called when the user selects a color from the grid."""
self._set_current_color(event.color)