impr: Make sure detached windows always have an appropriate size

This commit is contained in:
WerWolv
2024-01-03 18:26:25 +01:00
parent 62093a8dd8
commit ed8934882e
2 changed files with 13 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ namespace hex::plugin::builtin {
private:
std::vector<ContentRegistry::Tools::impl::Entry>::iterator m_dragStartIterator;
std::map<ImGuiWindow*, float> m_windowHeights;
};
}