mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-19 08:58:56 +00:00
Bring back dynamic window title.
This commit is contained in:
parent
211657c587
commit
680775d84c
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ void PDAEditor::Draw() {
|
|||
|
||||
showTool = isShown;
|
||||
|
||||
if ( ImGui::Begin( "PDA Editor", &showTool, ImGuiWindowFlags_AlwaysAutoResize)) //, ImGuiWindowFlags_ShowBorders ) )
|
||||
idStr windowName = windowTitle + "###PDA Editor";
|
||||
if ( ImGui::Begin( windowName, &showTool, ImGuiWindowFlags_AlwaysAutoResize)) //, ImGuiWindowFlags_ShowBorders ) )
|
||||
{
|
||||
if ( ImGui::BeginTable( "table", 3 ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue