[fusion-commits] r2389 - trunk/lib
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue May 31 03:22:37 EDT 2011
Author: liuar
Date: 2011-05-31 00:22:37 -0700 (Tue, 31 May 2011)
New Revision: 2389
Modified:
trunk/lib/ApplicationDefinition.js
Log:
Fix ticket #456 Scroll controls didn't display automatically
Modified: trunk/lib/ApplicationDefinition.js
===================================================================
--- trunk/lib/ApplicationDefinition.js 2011-05-31 07:17:20 UTC (rev 2388)
+++ trunk/lib/ApplicationDefinition.js 2011-05-31 07:22:37 UTC (rev 2389)
@@ -799,7 +799,7 @@
if ($(this.name).retrieve('jxToolbar')) {
container = $(this.name).retrieve('jxToolbar');
} else {
- container = new Jx.Toolbar({parent: this.name, position: this.position, scroll:false});
+ container = new Jx.Toolbar({parent: this.name, position: this.position, scroll:true});
}
$(this.name).container = container;
this.createWidgets(widgetSet, container);
More information about the fusion-commits
mailing list