You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PowerEditor/src/Notepad_plus.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,7 @@ friend class FileManager;
400
400
401
401
bool _isFileOpening = false;
402
402
bool _isAdministrator = false;
403
+
bool _isSyncingZoom = false;
403
404
404
405
bool _isNppSessionSavedAtExit = false; // guard flag, it prevents emptying of the Notepad++ session.xml in case of multiple WM_ENDSESSION or WM_CLOSE messages
0 commit comments