From 26a8ab0e6927db7c103887d5d59420c90fffc98d Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sun, 21 May 2023 15:54:37 +0200 Subject: [PATCH] 1.9.4 --- CHANGELOG.md | 2 ++ SandboxiePlus/SandMan/Views/SbieView.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63db09f5..bfb23666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed File Panel doesn't allow to adjust columns size in a permanent way [#2930](https://github.com/sandboxie-plus/Sandboxie/issues/2930) - fixed Renaming a box with sandboxed run entries can break those entries. [#2921](https://github.com/sandboxie-plus/Sandboxie/issues/2921) - fixed WFP not enabled after Setup Wizard [#2915](https://github.com/sandboxie-plus/Sandboxie/issues/2915) +- fixed Name column in the sandbox view should never be hidden [#2933](https://github.com/sandboxie-plus/Sandboxie/issues/2933) + diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 74617e26..920c1807 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -39,6 +39,7 @@ CSbieView::CSbieView(QWidget* parent) : CPanelView(parent) // SbieTree m_pSbieTree = new QTreeViewEx(); + m_pSbieTree->setColumnFixed(0, true); m_pSbieTree->setAlternatingRowColors(theConf->GetBool("Options/AltRowColors", false)); m_pSbieTree->setExpandsOnDoubleClick(false); //m_pSbieTree->setItemDelegate(theGUI->GetItemDelegate());