git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@360 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
bc5ede49df
commit
2f159db165
|
@ -389,6 +389,7 @@ void KeepassEntryView::OnNewEntry(){
|
||||||
emit fileModified();
|
emit fileModified();
|
||||||
if (header()->isSortIndicatorShown())
|
if (header()->isSortIndicatorShown())
|
||||||
sortByColumn(header()->sortIndicatorSection(), header()->sortIndicatorOrder());
|
sortByColumn(header()->sortIndicatorSection(), header()->sortIndicatorOrder());
|
||||||
|
setCurrentItem(Items.back());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue