MiniMap dialog works as a child window now (#125)

This commit is contained in:
handama 2024-12-14 04:34:38 +08:00 committed by GitHub
parent 473eef415d
commit 51ec33af31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 20 deletions

View file

@ -47,7 +47,7 @@ protected:
// attributes
public:
CMiniMap m_minimap;
std::unique_ptr<CMiniMap> m_minimap;
CStatusBar m_statbar;
CViewObjects* m_objectview;
CIsoView* m_isoview;