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

@ -76,7 +76,7 @@ class DummyApp extends this.OS.GUI.BaseApplication
{text:"some thing"},
{text:"some thing"}
]
#list.set "items",ldata
list.set "items",ldata
list.set "onlistselect", (e)->
console.log e

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