mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-22 09:27:55 +02:00
Fix Save All button is still enabled problem while no file to save.
Update state after closing tab (closes #935, fixes #850, fixes #915)
This commit is contained in:
parent
f02e567c9e
commit
90afac88c4
@ -242,7 +242,10 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
|||||||
{
|
{
|
||||||
activateBuffer(bufferToClose, iView);
|
activateBuffer(bufferToClose, iView);
|
||||||
}
|
}
|
||||||
fileClose(bufferToClose, iView);
|
|
||||||
|
if (fileClose(bufferToClose, iView))
|
||||||
|
checkDocState();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user