From 3a226954ba6b9bd70892ef7247226eaf30d216a4 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 13 Mar 2024 01:20:34 -0400 Subject: Stop rendering its label once a slot has a map. --- mapman/src/painter.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mapman/src/painter.hpp') diff --git a/mapman/src/painter.hpp b/mapman/src/painter.hpp index 489a87b..f7822a9 100644 --- a/mapman/src/painter.hpp +++ b/mapman/src/painter.hpp @@ -1,6 +1,7 @@ #ifndef MAPPAINTER_HPP #define MAPPAINTER_HPP +#include #include #include @@ -29,6 +30,7 @@ private: int hc; int vc; std::vector slices; + std::vector> bgspr; }; #endif -- cgit v1.2.3