- fix: editor deadlock

This commit is contained in:
royqh1979@gmail.com 2021-10-08 20:56:55 +08:00
parent 8b4fa1f0fc
commit 0cdb901ca5
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Version 0.6.1
- fix: editor deadlock
Version 0.6.0
- fix: old data not displayed when editing code snippets
- fix: shift-tab for unindent not work

View File

@ -678,7 +678,7 @@ private:
QString mInputPreeditString;
QMutex mMutex;
QRecursiveMutex mMutex;
friend class SynEditTextPainter;

View File

@ -3,7 +3,7 @@
#include <QStringList>
#define DEVCPP_VERSION "0.6.0"
#define DEVCPP_VERSION "0.6.1"
#ifdef Q_OS_WIN
#define APP_SETTSINGS_FILENAME "redpandacpp.ini"