浏览代码

SDK:
- persist window position of AppStateExplorer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10075 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 12 年之前
父节点
当前提交
49b1223533
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java

+ 1 - 1
jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java

@@ -59,7 +59,7 @@ autostore = false)
 @TopComponent.Description(
     preferredID = "AppStateExplorerTopComponent",
 //iconBase="SET/PATH/TO/ICON/HERE", 
-persistenceType = TopComponent.PERSISTENCE_NEVER)
+persistenceType = TopComponent.PERSISTENCE_ALWAYS)
 @TopComponent.Registration(mode = "navigator", openAtStartup = true)
 @ActionID(category = "Window", id = "com.jme3.gde.core.appstates.AppStateExplorerTopComponent")
 @ActionReference(path = "Menu/Window" /*, position = 333 */)