Skip to content

Commit

Permalink
added back repaint on resize
Browse files Browse the repository at this point in the history
  • Loading branch information
satyr committed Jul 14, 2010
1 parent 4e1fa7f commit 9569f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.ganttView.js
Expand Up @@ -93,6 +93,7 @@ BrokenLineConnector.prototype.paint = function(dims, ctx){
})

jQuery(".ganttview-slide-container").bind("scroll", jsPlumb.repaintEverything);
jQuery(document).bind("resize", jsPlumb.repaintEverything);
}

var Chart = {
Expand Down

0 comments on commit 9569f57

Please sign in to comment.