Crash Fixes: Buffer overrun fix; Tree view deleted row fix (was trying to collapse...
[ede] / libede / src / FileSystemBox.ec
index feebf15..aa2d304 100644 (file)
@@ -413,7 +413,8 @@ private:
 
       bool NotifyDoubleClick(ListBox listBox, int x, int y, Modifiers mods)
       {
-         return OpenNode();
+         OpenNode();
+         return false;
       }
 
       bool NotifyKeyDown(ListBox listBox, DataRow row, Key key, unichar ch)