Cannot drag a tree
This commit is contained in:
		@@ -527,6 +527,7 @@ namespace EduNetworkBuilder
 | 
			
		||||
                if (tItem is NetworkDevice)
 | 
			
		||||
                {
 | 
			
		||||
                    tDevice = (NetworkDevice)tItem;
 | 
			
		||||
                    if (tDevice.GetNetType() == NetworkComponentType.tree) continue; //Cannot select trees
 | 
			
		||||
                    int tsize = tDevice.Size;
 | 
			
		||||
                    tPoint = tDevice.myLocation();
 | 
			
		||||
                    if (tPoint.X + tsize >= area.X && tPoint.Y +tsize >= area.Y)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user