Update D3Control.java

don't actually enable the FX for d3 since it doesn't work
This commit is contained in:
Douglas Gillespie 2025-04-02 09:34:45 +01:00
parent 7665c1257f
commit c3b58ab3e2

View File

@ -45,7 +45,7 @@ public class D3Control extends OfflineFileControl {
super(unitType, unitName);
TDDataProviderRegister.getInstance().registerDataInfo(d3DataPlotProvider = new D3DataPlotProvider(this, getD3DataBlock()));
TDDataProviderRegisterFX.getInstance().registerDataInfo(d3PlotProvider = new D3DataProviderFX(this, getD3DataBlock()));
// TDDataProviderRegisterFX.getInstance().registerDataInfo(d3PlotProvider = new D3DataProviderFX(this, getD3DataBlock()));
}
@Override