Statistic view: call createPartControl to get "New View" feature new-instance
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 9 Nov 2016 19:54:42 +0000 (14:54 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 11 Nov 2016 15:13:06 +0000 (10:13 -0500)
Change-Id: I739f1c978c409ed23d15eb137d8d0c1ba4c1d044
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/views/statistics/TmfStatisticsViewImpl.java

index bc817276e3afb81cf25ff176bc8e677fc39b1888..58c9255472e3bdf6e7c1379444ea418c19977e10 100755 (executable)
@@ -82,6 +82,7 @@ public class TmfStatisticsViewImpl extends TmfView {
 
     @Override
     public void createPartControl(Composite parent) {
+        super.createPartControl(parent);
         fStatsViewers.setParent(parent);
         createStatisticsViewers();
 
This page took 0.024547 seconds and 5 git commands to generate.