Only draw outline for overlay when hovered over (#6140)

This commit is contained in:
teknsl
2025-04-12 12:06:36 +02:00
committed by GitHub
parent 5828df8b73
commit b59124702c
6 changed files with 17 additions and 7 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
bool isInert() const;
void setInert(bool inert);
void toggleInertia();
void drawOutline(QPainter &painter) override;
protected:
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)