- fix: editor deadlock
This commit is contained in:
parent
8b4fa1f0fc
commit
0cdb901ca5
3
NEWS.md
3
NEWS.md
|
@ -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
|
||||
|
|
|
@ -678,7 +678,7 @@ private:
|
|||
|
||||
QString mInputPreeditString;
|
||||
|
||||
QMutex mMutex;
|
||||
QRecursiveMutex mMutex;
|
||||
|
||||
friend class SynEditTextPainter;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue