Statistic view: call createPartControl to get "New View" feature
[deliverable/tracecompass.git] / 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.023923 seconds and 5 git commands to generate.