mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
82fb2151a0
commit
6c7c442ad2
1 changed files with 4 additions and 1 deletions
|
@ -669,7 +669,10 @@ void EditColorBox::prepare() {
|
||||||
}
|
}
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
||||||
updateFromControls();
|
updateRGBFields();
|
||||||
|
updateHSVFields();
|
||||||
|
updateResultField();
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditColorBox::setInnerFocus() {
|
void EditColorBox::setInnerFocus() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue