Force pin action on all views
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / internal / analysis / timing / ui / flamegraph / FlameGraphView.java
index 463b901a7c07660898ecad120d9a406915f5bf38..a4fee6a59f2975cb0edfebcce7600de006fd6da6 100644 (file)
@@ -447,4 +447,10 @@ public class FlameGraphView extends TmfView {
         }
     }
 
+    @Override
+    protected boolean canBePinned() {
+        //TODO: actionPin is not defined
+        return false;
+    }
+
 }
This page took 0.024527 seconds and 5 git commands to generate.