Avoid flickering redraw of TmfEventsTable on open.
authorEtienne Bergeron <etienne.bergeron@gmail.com>
Sat, 16 Nov 2013 06:48:36 +0000 (01:48 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 22 Nov 2013 20:49:41 +0000 (15:49 -0500)
commitd3bc98ee81b75f3cc9030c7bbfed75bf87e6b198
tree96804aa333b0af894578d330a13f42e3b4fc0729
parent59607b97c7aefd2b6307f97d1245d553760059c1
Avoid flickering redraw of TmfEventsTable on open.

There is a 4 or 5 redraw of the Events table caused by the columns pack.
To avoid flickering, it's better to disable the redraw of the table.

I didn't try this fix on linux.

Change-Id: Idcfd1f5a79faee8ae0c31b268c67576ba1547760
Signed-off-by: Etienne Bergeron <etienne.bergeron@gmail.com>
Reviewed-on: https://git.eclipse.org/r/18648
Reviewed-by: François Doray <fdoray.eclipse@gmail.com>
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsTable.java
This page took 0.027323 seconds and 5 git commands to generate.