mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 03:39:48 +01:00 
			
		
		
		
	IDE, procedure list: added check for the case when we don't have any procedures in current file, bug #18897
git-svn-id: trunk@29773 -
This commit is contained in:
		
							parent
							
								
									125402cb2e
								
							
						
					
					
						commit
						b6cbb4cf84
					
				@ -437,7 +437,7 @@ begin
 | 
			
		||||
    cbObjects.Items.Insert(1, lisPListNone);
 | 
			
		||||
  finally
 | 
			
		||||
    cbObjects.ItemIndex := 0;   // select <All> as the default
 | 
			
		||||
    if cbObjects.Text = '' then  // some widgetsets have issues here so we do this
 | 
			
		||||
    if (cbObjects.Items.Count > 0) and (cbObjects.Text = '') then  // some widgetsets have issues here so we do this
 | 
			
		||||
      cbObjects.Text := cbObjects.Items[0];
 | 
			
		||||
  end;
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user