Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a1d01c: Fixed two bugs in the MOOSE Tree View that caused ...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: a1d01c81e30b9d00502409a4040209fa43b035ab
      https://github.com/eclipse/ice/commit/a1d01c81e30b9d00502409a4040209fa43b035ab
  Author: jdeyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSETreeCompositeView.java

  Log Message:
  -----------
  Fixed two bugs in the MOOSE Tree View that caused unnecessary updates to
the MOOSE Model.

The first unnecessary update could occur if the active MOOSE Model
Builder is deactivated then activated by clicking on other views in the
workbench. I added a check to the IPartListener2 to only update if the
activated MOOSE Model Builder is a new one.

The second unnecessary update could occur if the same value was selected
from the MOOSE app Combo in the MOOSE Tree View. This was fixed by
adding a little logic to do nothing when the  Combo's value does not
actually change.

Signed-off-by: jdeyton <jordan.deyton@xxxxxxxxx>



Back to the top