mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
[BUG_FIXED] Fix the bug that Notepad++ does not show on while it is minimized and its file is modified from outside.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@506 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
05bb2a8f77
commit
65c213e2d6
@ -8530,6 +8530,8 @@ LRESULT Notepad_plus::runProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lPa
|
|||||||
{
|
{
|
||||||
_activeAppInf._isActivated = true;
|
_activeAppInf._isActivated = true;
|
||||||
checkModifiedDocument();
|
checkModifiedDocument();
|
||||||
|
if (::IsIconic(_hSelf))
|
||||||
|
::ShowWindow(_hSelf, SW_RESTORE);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user