mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 19:00:31 +01:00
tui: fix keyboard focus problem
The keyboard focus was getting reset to the first widget any time a widget changed validity, because the form wasn't updating priv->focus when it should have.
This commit is contained in:
parent
d3170f3f1b
commit
33d544f472
1 changed files with 0 additions and 2 deletions
|
|
@ -273,8 +273,6 @@ nmt_newt_form_iterate (NmtNewtForm *form)
|
|||
|
||||
newtFormSetTimer (priv->form, 1);
|
||||
newtFormRun (priv->form, &es);
|
||||
if (es.reason == NEWT_EXIT_TIMER)
|
||||
return;
|
||||
|
||||
if ( es.reason == NEWT_EXIT_HOTKEY
|
||||
|| es.reason == NEWT_EXIT_ERROR) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue