mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Theme preview ready.
Also style::color is now copyable, constructed only inside a palette. Also macOS setup new background ready.
This commit is contained in:
@@ -105,9 +105,9 @@ void SignupWidget::resizeEvent(QResizeEvent *e) {
|
||||
|
||||
void SignupWidget::setInnerFocus() {
|
||||
if (_invertOrder || _last->hasFocus()) {
|
||||
_last->setFocus();
|
||||
_last->setFocusFast();
|
||||
} else {
|
||||
_first->setFocus();
|
||||
_first->setFocusFast();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user