Fix scaling of PixmapButton in layouts (#7053)

This commit is contained in:
Michael Gregorius
2024-01-08 15:44:58 +01:00
committed by GitHub
parent 18d34431b3
commit d945ac1cbe
2 changed files with 16 additions and 14 deletions

View File

@@ -56,6 +56,8 @@ protected:
void mouseReleaseEvent( QMouseEvent * _me ) override;
void mouseDoubleClickEvent( QMouseEvent * _me ) override;
private:
bool isActive() const;
private:
QPixmap m_activePixmap;