From 38b760d88dcb0c16553fbba4f02f4cb7e9ec2d61 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 2 Feb 2021 19:23:51 -0500 Subject: Disable file contents lock by default for new file/binary actions. --- ui/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/viewframe.h b/ui/viewframe.h index 0ce65c3d..91303cad 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -255,7 +255,7 @@ public: FileContext* getFileContext() const { return m_context; } bool areFileContentsLocked() { return m_fileContentsLock; } - void setFileContentsLocked(bool enable) { m_fileContentsLock = enable; } + void setFileContentsLocked(bool enable); QWidget* getFileContentsLockStatus(); DockHandler* getDockHandler() const { return m_docks; } -- cgit v1.3.1