mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 18:02:47 +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"},
|
||||||
{text:"some thing"}
|
{text:"some thing"}
|
||||||
]
|
]
|
||||||
#list.set "items",ldata
|
list.set "items",ldata
|
||||||
list.set "onlistselect", (e)->
|
list.set "onlistselect", (e)->
|
||||||
console.log e
|
console.log e
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ class MarkOn extends this.OS.GUI.BaseApplication
|
|||||||
if me.currfile.dirty is false
|
if me.currfile.dirty is false
|
||||||
me.currfile.dirty = true
|
me.currfile.dirty = true
|
||||||
me.scheme.set "apptitle", "#{me.currfile.basename}*"
|
me.scheme.set "apptitle", "#{me.currfile.basename}*"
|
||||||
@on "vboxchange", (e) -> me.resizeContent()
|
@on "hboxchange", (e) -> me.resizeContent()
|
||||||
@resizeContent()
|
@resizeContent()
|
||||||
@open @currfile
|
@open @currfile
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user