Commit d4a960010a5207321ce19410cc26bb84ff175d89

Authored by Erdogan Furkan
1 parent d1d3299c

Minor fix

src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... ... @@ -298,10 +298,8 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass
298 298 if (isset($panelData->{'panel-index'}))
299 299 $panelNode->setIndex($panelData->{'panel-index'});
300 300  
301   -
302   - error_log("FER - ----- ". $pageNode->getSuperposeMode());
303   - //Panel int index
304   - if (isset($panelData->{'panel-showint-info'}) && $pageNode->getSuperposeMode()=="false")
  301 + //Panel int info
  302 + if (isset($panelData->{'panel-showint-info'}) && $pageNode->getSuperposeMode()=="false" && $this->interactiveCrtTTFileIndex != -1)
305 303 $panelNode->setShowIntInfo($panelData->{'panel-showint-info'}?"true":"false");
306 304  
307 305 //Panel background color
... ...