Revision 633

View differences:

trunk/libraries/libCorePlugin/src/com/iver/core/mdiManager/NewSkin.java
193 193
     * @see com.iver.andami.ui.mdiManager.MDIManager#getActiveView()
194 194
     */
195 195
    public View getActiveView() {
196
        return vss.getActiveView();
196
    	JInternalFrame jif = panel.getSelectedFrame();
197
    	if (jif != null){
198
    		return fvs.getView(jif);
199
    	}
200
        return null;
197 201
    }
198 202

  
199 203
    /**

Also available in: Unified diff