Re-add missing drag and drop for well log tracks

This commit is contained in:
Gaute Lindkvist
2020-07-02 15:59:21 +02:00
parent 77eafc6a6e
commit bfaff27d51
5 changed files with 143 additions and 4 deletions

View File

@@ -686,6 +686,8 @@ void RimDepthTrackPlot::onPlotAdditionOrRemoval()
{
calculateAvailableDepthRange();
updateZoom();
updateSubPlotNames();
updateConnectedEditors();
}
//--------------------------------------------------------------------------------------------------