commit
3950111b74
|
@ -632,7 +632,7 @@ void AuthDialog::setFocusin(int target)
|
|||
m_messageButton->setStyleSheet("QPushButton{background-color: rgba(255,255,255,15%); border-radius: 4px; border: 2px solid #2C73C8;}");
|
||||
break;
|
||||
default:
|
||||
if(m_widgetLoginOpts)
|
||||
if(m_passwordEdit)
|
||||
m_passwordEdit->setFocusin(target);
|
||||
m_widgetLoginOpts->tabOptionSelected(2);
|
||||
break;
|
||||
|
|
|
@ -1862,7 +1862,7 @@ bool LockWidget::exitSubWidget()
|
|||
allExited = false;
|
||||
return allExited;
|
||||
}
|
||||
if(tabAt != LINEEDIT)
|
||||
if(tabAt != LINEEDIT && tabAt != MESSAGEBTN && tabAt != ENTERBTN && tabAt != BIOBTN)
|
||||
authDialog->setFocusin(REMOVE);
|
||||
return allExited;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue