Skip to content

Commit

Permalink
Slight changes (reference #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed Oct 16, 2017
1 parent 9dc6851 commit 0c12735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ package actionScripts.ui.editor.text

private function updateScrollRect():void
{
itemContainer.scrollRect = new Rectangle(0, 0, this.parentApplication.width, this.parentApplication.height);
itemContainer.scrollRect = new Rectangle(0, 0, this.width, this.height);
}

private function handleMouseWheel(event:MouseEvent):void
Expand Down

0 comments on commit 0c12735

Please sign in to comment.