tmf: Fix inconsistent tree item expansion in TimeGraphCombo
authorPatrick Tasse <patrick.tasse@gmail.com>
Wed, 18 Feb 2015 19:48:17 +0000 (14:48 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 24 Feb 2015 19:16:18 +0000 (14:16 -0500)
commitece2fc5fb6f7289e415f528c1ba2131096c352f0
tree455f79c861ad4f4f9a999364e8d672fabb9ce23b
parent2745b5d8349c13df34cf6f52d348f44ed4f850be
tmf: Fix inconsistent tree item expansion in TimeGraphCombo

When refresh() is called, the tree viewer expanded all items but the
time graph viewer expanded to the auto-expand level. The tree viewer now
also expands to the auto-expand level.

When an entry filter is applied, the tree viewer expanded all items but
the time graph viewer expanded to the auto-expand level. The time graph
viewer now also expands all items.

Change-Id: Ied0d42d54a2a2b027e879db0d6f960854314eebe
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/42155
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphCombo.java
This page took 0.026211 seconds and 5 git commands to generate.