mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-23 14:51:50 +03:00
Fill in inputs when editing a custom color
This commit is contained in:
parent
13485b4f79
commit
c01167c84f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user