popup: send scale on map

fixes #4972
This commit is contained in:
Vaxry 2024-03-05 20:42:22 +00:00
parent 0ee69058c4
commit a4c1f4a03d
2 changed files with 11 additions and 0 deletions

View file

@ -65,6 +65,7 @@ class CPopup {
void initAllSignals();
void unconstrain();
void recheckChildrenRecursive();
void sendScale();
Vector2D localToGlobal(const Vector2D& rel);
Vector2D t1ParentCoords();