mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
Prevent textbox from turning active when window is not active. Fixes #2924
This commit is contained in:
parent
596b71b293
commit
2522ff13fe
@ -63,7 +63,8 @@ Item {
|
|||||||
capsLockTextLabel.visible = oshelper.isCapsLock();
|
capsLockTextLabel.visible = oshelper.isCapsLock();
|
||||||
passwordInput1.reset();
|
passwordInput1.reset();
|
||||||
passwordInput2.reset();
|
passwordInput2.reset();
|
||||||
passwordInput1.input.forceActiveFocus();
|
if(appWindow.active)
|
||||||
|
passwordInput1.input.forceActiveFocus();
|
||||||
root.walletName = walletName ? walletName : ""
|
root.walletName = walletName ? walletName : ""
|
||||||
errorTextLabel.text = errorText ? errorText : "";
|
errorTextLabel.text = errorText ? errorText : "";
|
||||||
leftPanel.enabled = false
|
leftPanel.enabled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user