If the simulation runs correctly, then switch to plot view.
This commit is contained in:
		
							parent
							
								
									58e5874832
								
							
						
					
					
						commit
						a67bd1add6
					
				| @ -204,6 +204,9 @@ public class SimulationEditDialog extends JDialog { | |||||||
| 				copyChangesToAllSims(); | 				copyChangesToAllSims(); | ||||||
| 				SimulationRunDialog.runSimulations(parentWindow, SimulationEditDialog.this.document, simulation); | 				SimulationRunDialog.runSimulations(parentWindow, SimulationEditDialog.this.document, simulation); | ||||||
| 				refreshView(); | 				refreshView(); | ||||||
|  | 				if (allowsPlotMode()) { | ||||||
|  | 					setPlotMode(); | ||||||
|  | 				} | ||||||
| 			} | 			} | ||||||
| 		}); | 		}); | ||||||
| 		simEditPanel.add(button, " align right, tag ok"); | 		simEditPanel.add(button, " align right, tag ok"); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user