mirror of https://github.com/odrling/Aegisub
Update the correct inputs when typing in the HTML box in the color picker
This commit is contained in:
parent
ded55272a0
commit
a4311b50f7
|
@ -920,7 +920,7 @@ void DialogColorPicker::UpdateFromHTML()
|
|||
SetRGB(color);
|
||||
SetHSL(color.r, color.g, color.b);
|
||||
SetHSV(color.r, color.g, color.b);
|
||||
html_input->ChangeValue(to_wx(cur_color.GetHexFormatted()));
|
||||
ass_input->ChangeValue(to_wx(cur_color.GetAssOverrideFormatted()));
|
||||
|
||||
spectrum_dirty = true;
|
||||
UpdateSpectrumDisplay();
|
||||
|
|
Loading…
Reference in New Issue