Merge pull request #1324 from leia-uwu/ui-tweaks

This commit is contained in:
Sefa Eyeoglu
2023-08-10 12:24:41 +02:00
committed by GitHub
12 changed files with 162 additions and 153 deletions

View File

@ -552,6 +552,8 @@ QMenu* ResourceFolderModel::createHeaderContextMenu(QTreeView* tree)
menu->addSeparator()->setText(tr("Show / Hide Columns"));
for (int col = 0; col < columnCount(); ++col) {
// Skip creating actions for columns that should not be hidden
if (!m_columnsHideable.at(col)) continue;
auto act = new QAction(menu);
setupHeaderAction(act, col);