Update the map widget when requested by a layer

This commit is contained in:
Dan Paulat 2023-11-23 08:20:02 -06:00
parent ad4c402404
commit 320857328c
2 changed files with 8 additions and 0 deletions

View file

@ -45,6 +45,9 @@ public:
const QPointF& mouseGlobalPos,
const glm::vec2& mouseCoords);
signals:
void NeedsRendering();
protected:
std::shared_ptr<MapContext> context() const;