Workaround for DRCS menu sections on Windows

This commit is contained in:
Gavin MacGregor
2025-06-10 12:45:53 +01:00
parent e1ba67484f
commit e574526ca4
2 changed files with 20 additions and 9 deletions

View File

@@ -145,7 +145,7 @@ private:
QAction *m_borderActs[3];
QAction *m_aspectRatioActs[4];
QAction *m_smoothTransformAction;
QAction *m_drcsSeparator[2], *m_drcsClear[2], *m_drcsSwap;
QAction *m_drcsSection[2], *m_drcsClear[2], *m_drcsSwap;
QLabel *m_subPageLabel, *m_cursorPositionLabel;
QToolButton *m_previousSubPageButton, *m_nextSubPageButton;