Browse Source

Remove confusing GUI question dialog.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@7400 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 12 years ago
parent
commit
71b207746c
  1. 4
      prism/src/userinterface/simulator/GUISimulator.java

4
prism/src/userinterface/simulator/GUISimulator.java

@ -2249,13 +2249,13 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect
{ {
displayStyleFast = settings.getInteger(PrismSettings.SIMULATOR_RENDER_ALL_VALUES) == 0; displayStyleFast = settings.getInteger(PrismSettings.SIMULATOR_RENDER_ALL_VALUES) == 0;
if (displayStyleFast != view.isChangeRenderer()) {
/*if (displayStyleFast != view.isChangeRenderer()) {
String[] answers = { "Yes", "No" }; String[] answers = { "Yes", "No" };
if (GUISimulator.this.question("You have changed the default rendering style of paths. Do you wish \nto reflect this in your current trace?", if (GUISimulator.this.question("You have changed the default rendering style of paths. Do you wish \nto reflect this in your current trace?",
answers, 0) == 0) { answers, 0) == 0) {
view.setRenderer(displayStyleFast); view.setRenderer(displayStyleFast);
} }
}
}*/
} }
/** /**

Loading…
Cancel
Save