Revision 901

View differences:

trunk/frameworks/_fwAndami/src/com/iver/andami/Utilities.java
26 26

  
27 27
import com.iver.andami.plugins.PluginClassLoader;
28 28
import com.iver.andami.ui.SplashWindow;
29
import com.iver.andami.ui.mdiManager.View;
29 30

  
30 31

  
31 32

  
......
79 80
         {
80 81
            return;
81 82
        }
83
        
84
        if (baseComponent instanceof View){
85
        	return;
86
        }
82 87

  
83 88
        Container cont;
84 89
        Component[] childComponents;

Also available in: Unified diff