mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 16:34:24 +01:00 
			
		
		
		
	DateTimePicker: Always use PopupMode pmAuto
git-svn-id: trunk@44388 -
This commit is contained in:
		
							parent
							
								
									607af213ac
								
							
						
					
					
						commit
						10d67b7628
					
				@ -740,9 +740,7 @@ begin
 | 
			
		||||
  if Assigned(DTPickersParentForm) then begin
 | 
			
		||||
    DTPickersParentForm.AddHandlerOnVisibleChanged(@VisibleOfParentChanged);
 | 
			
		||||
    DTPickersParentForm.FreeNotification(Self);
 | 
			
		||||
    PopupParent := DTPickersParentForm;
 | 
			
		||||
    PopupMode := pmExplicit;
 | 
			
		||||
  end else
 | 
			
		||||
  end;
 | 
			
		||||
  PopupMode := pmAuto;
 | 
			
		||||
 | 
			
		||||
  P := Point(0, 0);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user