Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] f466a1: Made the listener that shows and hides the close b...

  Branch: refs/heads/jordan/gridlayout-listeners
  Home:   https://github.com/eclipse/ice
  Commit: f466a132192b1d9974ef136c9412828cf37aa9af
      https://github.com/eclipse/ice/commit/f466a132192b1d9974ef136c9412828cf37aa9af
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

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

  Log Message:
  -----------
  Made the listener that shows and hides the close button a class variable
so it can be re-used and shared among all drawn plots.

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


  Commit: 2e10b882c61292f5b3c8982cbcf02a4158346c9f
      https://github.com/eclipse/ice/commit/2e10b882c61292f5b3c8982cbcf02a4158346c9f
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

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

  Log Message:
  -----------
  Fixed two bugs. With the first bug, it was possible to get the close
button to not disappear when leaving the plot. The second bug caused the
close button to appear off the edge of the plot.

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


Compare: https://github.com/eclipse/ice/compare/a7e28ba672d5...2e10b882c612

Back to the top