mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
minor fix
This commit is contained in:
parent
c54d09acba
commit
459b170070
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user