Skip to content
Snippets Groups Projects
Commit 0b930025 authored by MelanieCarriere's avatar MelanieCarriere
Browse files

[ui] Remove the reset of the Spreadsheet options "Show only selected points"

This was reset to avoid the user opening VeloView and have an empty Spreadsheet.
The user prefer to conserve the option across session.
parent 299d6c91
No related branches found
No related tags found
1 merge request!144[ui] Remove the reset of the Spreadsheet options "Show only selected points"
Pipeline #200361 failed
Pipeline: LidarView

#200362

    ......@@ -29,11 +29,6 @@
    lqSpreadSheetManager::lqSpreadSheetManager(QObject* parent) : QObject(parent)
    {
    this->Settings = pqApplicationCore::instance()->settings();
    // we disable the "show only selection" because otherwise if you quit LidarView with this option ON
    // when you will open Lidarview again the Spreadsheet will be empty because no points are selected.
    // This can be misleading for the user so we set this property to false on opening of lidarview
    this->Settings->setValue("ShowOnlySelectedElement", false);
    }
    //-----------------------------------------------------------------------------
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment