Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] f624b0: Added a fix to address a zoom bug.

  Branch: refs/heads/jordan/ParaViewVizService
  Home:   https://github.com/eclipse/ice
  Commit: f624b0a49c8b3cf4788ef975e087f2b4e941aa66
      https://github.com/eclipse/ice/commit/f624b0a49c8b3cf4788ef975e087f2b4e941aa66
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/widgets/ParaViewMouseAdapter.java

  Log Message:
  -----------
  Added a fix to address a zoom bug.

Refresh events on the associated ParaViewCanvas keep getting triggered
after the mouse has been zoomed. I added a listener to notify the client
that the view is no longer zooming when the focus is lost.

I also moved the code in the mouse listeners to separate instances of
mouse listeners. ParaViewMouseAdapter no longer implements the SWT mouse
listener interfaces, so it can no longer be erroneously added to other
controls as listeners.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top