diff options
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index f51d3b034..f21f6ed66 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -696,6 +696,11 @@ void DolphinDetailsView::updateElasticBandSelection() } } } + else { + // This is the only piece of optimisation data that needs to be explicitly + // discarded. + m_band.oldSelectionRect = selRect; + } // Do the selection from scratch. Force a update of the horizontal distances info. m_band.insideNearestLeftEdge = nameColumnX + nameColumnWidth + 1; |
