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:
angryziber 2008-03-30 19:14:45 +00:00
parent 84d14762c5
commit d8429f060f

View File

@ -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);
}
/**