Set rocket file loading dialog modality to DOCUMENT_MODAL so it won't interfere with closing the bad thrustcurve message.
This commit is contained in:
		
							parent
							
								
									5c6ca75e51
								
							
						
					
					
						commit
						19b07f6c73
					
				@ -57,7 +57,7 @@ public class SwingWorkerDialog extends JDialog implements PropertyChangeListener
 | 
			
		||||
	
 | 
			
		||||
	
 | 
			
		||||
	private SwingWorkerDialog(Window parent, String title, String label, SwingWorker<?, ?> w) {
 | 
			
		||||
		super(parent, title, ModalityType.APPLICATION_MODAL);
 | 
			
		||||
		super(parent, title, ModalityType.DOCUMENT_MODAL);
 | 
			
		||||
		
 | 
			
		||||
		this.worker = w;
 | 
			
		||||
		w.addPropertyChangeListener(this);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user