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 aab1e5b commit a516e03Copy full SHA for a516e03
NppJSONViewer/NppJsonViewer/NppJsonPlugin.cpp
@@ -71,7 +71,7 @@ void NppJsonPlugin::ProcessNotification(const SCNotification* notifyCode)
71
case NPPN_READY:
72
{
73
// This is work arround where dialog does not show tree on launch
74
- if (m_pJsonViewDlg && m_pJsonViewDlg->isVisible())
+ if (m_pJsonViewDlg && m_pJsonViewDlg->isVisible() && !m_bAboutToClose)
75
76
::SendMessage(m_pJsonViewDlg->getHSelf(), WM_COMMAND, IDC_BTN_REFRESH, 0);
77
}
0 commit comments