summaryrefslogtreecommitdiff
path: root/ui/queryTool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/queryTool.cpp')
-rw-r--r--ui/queryTool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/queryTool.cpp b/ui/queryTool.cpp
index 2267253..549bd9e 100644
--- a/ui/queryTool.cpp
+++ b/ui/queryTool.cpp
@@ -35,6 +35,7 @@ QueryTool::click(const SDL_MouseButtonEvent & event, const Ray<GlobalPosition3D>
void
QueryTool::render(bool & open)
{
+ ImGui::SetNextWindowSize({-1, -1});
ImGui::Begin("Query Tool", &open);
ImGui::TextUnformatted(clicked.c_str());
ImGui::End();