提交 22f7b371 编写于 作者: NoSubject's avatar NoSubject

修复便签没有默认打开的问题

上级 2f1decf8
......@@ -429,6 +429,7 @@ o2.xDesktop.Default = new Class({
this.apps[appStatus.appId] = app;
if ((this.status.currentApp === appStatus.appId)) currentTaskitem=taskitem;
if (appStatus.appId=="Note") app.setCurrent();
}.bind(this));
if (currentTaskitem) {
......
......@@ -4,8 +4,8 @@
"position": "absolute",
"-webkit-user-select": "none",
"-moz-user-select": "none",
"box-shadow": "0px 0px 10px #333",
"border": "1px solid #000",
"box-shadow": "0px 0px 10px #cccccc",
"border": "1px solid #999999",
"z-index": 100
},
"itemTitleNode": {
......@@ -64,4 +64,4 @@
"background": "url("+"../x_component_Note/$Main/default/icon/resize.png) no-repeat center center",
"margin": "0px 2px 2px 0px"
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册