minor fix

This commit is contained in:
Xuan Sang LE
2018-02-02 13:20:26 +01:00
parent c54d09acba
commit 459b170070
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class MarkOn extends this.OS.GUI.BaseApplication
if me.currfile.dirty is false
me.currfile.dirty = true
me.scheme.set "apptitle", "#{me.currfile.basename}*"
@on "vboxchange", (e) -> me.resizeContent()
@on "hboxchange", (e) -> me.resizeContent()
@resizeContent()
@open @currfile