From 5bc82ec63379ed3926e8c2e23255969b8eed150e Mon Sep 17 00:00:00 2001 From: david Date: Tue, 24 Mar 2009 16:41:34 +0000 Subject: [PATCH] Make the Scan Output expanders in the Zenmap diff windows work more naturally. There used to be some complicated logic to resize the whole window when both the expanders were closed. Just using a better packing strategy is a better solution. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 48c88e1ac..09cb63fc4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Zenmap] The "Scan Output" expanders in the diff window now behave + more naturally. Some strange behavior on Windows was noted by Jah. + [David] + o [Zenmap] Zenmap no longer shows an error message when running Nmap with options that cause a zero-length XML file to be produced (like --iflist). [David]