Skip to content

Fix account combobox not selecting item when tabbing out.

Jeremy Whiting requested to merge work/whiting/fixfocusout into master

Fixes bug where when adding a new transaction if you tab out of the account editor without first hitting Enter the selected item doesn't stick. Bug was caused by setting m_lastSelectedAccount without also emitting accountSelected signal.

Merge request reports