We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41a1b9 commit bfa5998Copy full SHA for bfa5998
SandboxiePlus/SandMan/SandMan.cpp
@@ -208,6 +208,7 @@ CSandMan::CSandMan(QWidget *parent)
208
m_pTrayBoxes->setRootIsDecorated(false);
209
//m_pTrayBoxes->setHeaderLabels(tr(" Sandbox").split("|"));
210
m_pTrayBoxes->setHeaderHidden(true);
211
+ m_pTrayBoxes->setSelectionMode(QAbstractItemView::NoSelection);
212
213
pLayout->insertSpacing(0, 1);// 32);
214
0 commit comments