Skip to content

Commit

Permalink
Fix default size oops it sure is slow at 256x256 todo fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Aug 10, 2018
1 parent 2fe42af commit 60af87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def newFile(self):
Create blank 80x24 document
"""
self.ansiImage = AnsiImage()
self.ansiImage.clear_image(80, 256)
self.ansiImage.clear_image(80, 24)

self.undoStack = []
self.redoStack = []
Expand Down

0 comments on commit 60af87f

Please sign in to comment.