Author: bgbnbigben
Date: 2011-04-27 05:27:53 -0700 (Wed, 27 Apr 2011)
New Revision: 8627
Log:
Comitted half a fix to STR 2611.
This does actually solve the issue but doesn't fix the bug; I'll come back to 
this at some later stage (as I believe it's associated with #2075)

Thanks to 'spoony' for the bug report and suggested fix to this.


Modified:
   trunk/src/InputBrowser.cxx

Modified: trunk/src/InputBrowser.cxx
===================================================================
--- trunk/src/InputBrowser.cxx  2011-04-27 11:21:57 UTC (rev 8626)
+++ trunk/src/InputBrowser.cxx  2011-04-27 12:27:53 UTC (rev 8627)
@@ -386,9 +386,9 @@
       win->end();
       win->box(UP_BOX);
 
-      browser = list;
-      ib = this;
     }
+    browser = list;
+    ib = this;
 
     share_list.other = this;
     list->list(&share_list);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to