Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-build] [eclipse/ice] 658345: Since EntryComposites now individually redraw them...

This is my last commit in terms of fixing EntryComposite problems I found. If you guys want, I can merge it into master and we can try to break it on Monday before the INL tutorial. Otherwise, I can merge it in after we get back and hope we don't run into any issues with the old code that's currently in master. If nobody says anything, I won't merge it before the trip.

Anna

-----Original Message-----
From: ice-build-bounces@xxxxxxxxxxx [mailto:ice-build-bounces@xxxxxxxxxxx] On Behalf Of GitHub
Sent: Friday, May 01, 2015 6:34 PM
To: ice-build@xxxxxxxxxxx
Subject: [ice-build] [eclipse/ice] 658345: Since EntryComposites now individually redraw them...

  Branch: refs/heads/anna/entrycompredraw
  Home:   https://github.com/eclipse/ice
  Commit: 658345f5bf7c3110c2da552373de8e3f4a4bd599
      https://github.com/eclipse/ice/commit/658345f5bf7c3110c2da552373de8e3f4a4bd599
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-05-01 (Fri, 01 May 2015)

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

  Log Message:
  -----------
  Since EntryComposites now individually redraw themselves, this means they can get out of order (since new Controls are always put at the end by default). DataComponentComposite will now make sure to re-order EntryComposites that have lost their way, according to the order they are in the entryMap.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top