feat(overlay): inherit zoom and add zoom factor (#6016)
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user