mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
bugfix: sort column is now reset before new scan is initiated
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@343 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
parent
84d14762c5
commit
d8429f060f
@ -166,6 +166,7 @@ public class ResultTable extends Table implements FetcherRegistryUpdateListener
|
||||
// remove all items from the real storage first
|
||||
scanningResults.clear();
|
||||
super.removeAll();
|
||||
setSortColumn(null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user