Subversion Repositories eFlore/Applications.cel

Rev

Rev 351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 351 Rev 361
Line 678... Line 678...
678
		{
678
		{
679
			String str = (String)nouvelleDonnees ;
679
			String str = (String)nouvelleDonnees ;
680
			observationMediateur.obtenirNombreObservation() ;
680
			observationMediateur.obtenirNombreObservation() ;
681
		}
681
		}
Line -... Line 682...
-
 
682
		
-
 
683
		if(!getTailleInitialisee()) {
-
 
684
			if((int)Math.round(observationMediateur.getPanneauPrincipalObservation().getHeight() * 0.6) != 0) {
-
 
685
				doLayout();
-
 
686
				setTailleInitialisee();
-
 
687
			}
-
 
688
		}
682
		
689
		
Line 683... Line 690...
683
	}
690
	}