Skip to content

Commit

Permalink
Make console window visually persistent if open
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsWorldcom committed Nov 14, 2023
1 parent 9256580 commit 061644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonScript/src/ConsoleDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ void ConsoleDialog::doDialog()
rc.right = 0;
m_hTabIcon = (HICON)::LoadImage(_hInst, MAKEINTRESOURCE(IDI_PYTHON8), IMAGE_ICON, 16, 16, LR_LOADMAP3DCOLORS | LR_LOADTRANSPARENT);
m_data->hIconTab = m_hTabIcon;
m_data->pszModuleName = _T("Python Script");
m_data->pszModuleName = _T("PythonScript.dll");
m_data->dlgID = -1; /* IDD_CONSOLE */
m_data->pszAddInfo = NULL; //_pExProp->szCurrentPath;
m_data->iPrevCont = -1;
Expand Down

0 comments on commit 061644f

Please sign in to comment.