File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 939939 var bar = $ ( '<div class="bar"><div class="fn-label">' + label + '</div></div>' )
940940 . addClass ( cls )
941941 . css ( {
942- width : ( ( cellWidth * days ) - barMarg ) + 5
942+ width : ( ( cellWidth * days ) - barMarg ) + 3
943943 } )
944944 . data ( "dataObj" , dataObj ) ;
945945
17051705 // Get the current margin size of the progress bar
17061706 _getProgressBarMargin : null ,
17071707 getProgressBarMargin : function ( ) {
1708- if ( ! tools . _getProgressBarMargin ) {
1708+ if ( ! tools . _getProgressBarMargin && tools . _getProgressBarMargin !== 0 ) {
17091709 $ ( "body" ) . append (
17101710 $ ( '<div style="display: none; position: absolute;" id="measureBarWidth" ><div class="fn-gantt"><div class="rightPanel"><div class="dataPanel"><div class="row day"><div class="bar" /></div></div></div></div></div>' )
17111711 ) ;
You can’t perform that action at this time.
0 commit comments