We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2b528 commit 54b91cbCopy full SHA for 54b91cb
NppJSONViewer/NppJsonViewer/JsonViewDlg.cpp
@@ -52,7 +52,7 @@ void JsonViewDlg::ShowDlg(bool bShow)
52
data.pszName = const_cast<TCHAR*>(TITLE_JSON_PANEL);
53
54
// the dlgDlg should be the index of funcItem where the current function pointer is
55
- data.dlgID = m_nDlgId;
+ data.dlgID = static_cast<int>(CallBackID::SHOW_DOC_PANEL);
56
::SendMessage(_hParent, NPPM_DMMREGASDCKDLG, 0, (LPARAM)&data);
57
58
// Draw json tree now
0 commit comments