From 8f263723d927025d873e1a0124a177ae68df9945 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Thu, 19 Dec 2024 18:03:53 +0100 Subject: [PATCH] Small modif --- PowerEditor/src/ScintillaComponent/Buffer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/src/ScintillaComponent/Buffer.cpp b/PowerEditor/src/ScintillaComponent/Buffer.cpp index 7db8c4ced207..4d4428d7e9b8 100644 --- a/PowerEditor/src/ScintillaComponent/Buffer.cpp +++ b/PowerEditor/src/ScintillaComponent/Buffer.cpp @@ -221,6 +221,7 @@ void Buffer::updateTimeStamp() writeLog(nppIssueLog.c_str(), msg.c_str()); } } + _timeStamp = timeStampLive; doNotify(BufferChangeTimestamp); }