Gui: Stop remember state expression dialog

Before this commit, the expression dialog remembered the state of
whether the varset information should be shown.  This is removed
according to #17075.
This commit is contained in:
Pieter Hijma
2025-07-20 11:16:45 +02:00
parent 72fabf98b3
commit 459726a43f
2 changed files with 4 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ private:
int minimumWidth;
static bool varSetsVisible;
bool varSetsVisible;
std::unique_ptr<QTreeWidget> treeWidget;
QPushButton* okBtn = nullptr;
QPushButton* discardBtn = nullptr;