Update CustomStyles.h

Typo fix and tiny improvement.
This commit is contained in:
Sebastian G 2023-08-14 20:19:27 +02:00 committed by GitHub
parent d5af62447e
commit 8778b2b92e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public:
};
//////////////////////////////////////////////////////////////////////////////////////////////////////
// Keeps submenus visible when the mosue leaves
// Keeps submenus visible when the mouse leaves them
//
class KeepSubMenusVisibleStyle : public QProxyStyle {
@ -164,4 +164,4 @@ public:
// For all other controls, draw the default
QProxyStyle::drawControl(element, opt, p, widget);
}
};
};