Update map immediately if map logo or attribution is toggled

This commit is contained in:
Dan Paulat 2024-03-08 00:55:55 -06:00
parent 931b5d8481
commit 35bd2433a7
2 changed files with 29 additions and 3 deletions

View file

@ -13,6 +13,8 @@ class OverlayLayerImpl;
class OverlayLayer : public DrawLayer
{
Q_DISABLE_COPY_MOVE(OverlayLayer)
public:
explicit OverlayLayer(std::shared_ptr<MapContext> context);
~OverlayLayer();