mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
10fa6f0c13
commit
24834ced9e
1 changed files with 2 additions and 2 deletions
|
@ -1159,9 +1159,9 @@ QVariant InputField::loadResource(int type, const QUrl &name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputField::updatePalette() {
|
void InputField::updatePalette() {
|
||||||
auto p = palette();
|
auto p = _inner->palette();
|
||||||
p.setColor(QPalette::Text, _st.textFg->c);
|
p.setColor(QPalette::Text, _st.textFg->c);
|
||||||
setPalette(p);
|
_inner->setPalette(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputField::onTouchTimer() {
|
void InputField::onTouchTimer() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue