minor change

This commit is contained in:
Roy Qu 2022-10-19 19:43:48 +08:00
parent acbe5a1c94
commit 351c728cf0
2 changed files with 8 additions and 0 deletions

View File

@ -97,6 +97,8 @@ Editor::Editor(QWidget *parent, const QString& filename,
mSaving(false),
mHoverModifiedLine(-1)
{
mHighlightCharPos1 = QSynedit::BufferCoord{0,0};
mHighlightCharPos2 = QSynedit::BufferCoord{0,0};
mCurrentLineModified = false;
mUseCppSyntax = pSettings->editor().defaultFileCpp();
if (mFilename.isEmpty()) {

View File

@ -1,3 +1,9 @@
redpanda-cpp (1.5-1) unstable; urgency=medium
* Update to 1.5
-- Roy Qu (瞿华) <royqh1979@gmail.com> Wed, 19 Oct 2022 19:08:00 +0800
redpanda-cpp (1.4-1) unstable; urgency=medium
* Update to 1.4