This commit is contained in:
T0b1
2023-06-03 01:32:24 +02:00
parent ec2eeb10f7
commit 4f0f320ac4
9 changed files with 172 additions and 11 deletions

View File

@@ -41,6 +41,9 @@ namespace dbgui::frontend
bool _draw_second = false;
bool _draw_metric_window = false;
bool _draw_stack_tool = false;
bool _draw_open_popup = false;
ImGuiID _open_popup_id = 0;
std::vector<char> _open_popup_name_buf = {};