- fix:license info in the about dialog should be readonly

This commit is contained in:
Roy Qu 2021-11-26 20:44:27 +08:00
parent db61432d36
commit 564bf02e59
3 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Version 0.10.2 For Dev-C++ 7 Beta
- fix: dragging out of the editor and back will cause error - fix: dragging out of the editor and back will cause error
- fix: dragging text from lines in the front to lines back will cause error - fix: dragging text from lines in the front to lines back will cause error
- fix: dragging text onto itself should do nothing - fix: dragging text onto itself should do nothing
- fixlicense info in the about dialog should be readonly
Version 0.10.1 For Dev-C++ 7 Beta Version 0.10.1 For Dev-C++ 7 Beta
- fix: can't correctly expand watch expression that has spaces in it - fix: can't correctly expand watch expression that has spaces in it

View File

@ -2,6 +2,6 @@
#define VERSION_H #define VERSION_H
#include <QObject> #include <QObject>
#define DEVCPP_VERSION "beta.0.10.1" #define DEVCPP_VERSION "beta.0.10.2"
#endif // VERSION_H #endif // VERSION_H

View File

@ -54,6 +54,9 @@
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QPlainTextEdit" name="plainTextEdit"> <widget class="QPlainTextEdit" name="plainTextEdit">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="plainText"> <property name="plainText">
<string> This program is free software: you can redistribute it and/or modify <string> This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by