feat(overlay): inherit zoom and add zoom factor (#6016)

This commit is contained in:
nerix
2025-03-02 15:28:47 +01:00
committed by GitHub
parent 49a6d75180
commit 13dfe716b8
9 changed files with 172 additions and 45 deletions
+2
View File
@@ -121,6 +121,8 @@ protected:
QPointF movingRelativePos;
bool moving{};
/// @returns The scale this window wants to be at.
virtual float desiredScale() const;
void updateScale();
std::optional<QColor> overrideBackgroundColor_;