Fix account combobox not selecting item when tabbing out.
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.