Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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