From 1de2c2859d6d3ab6aa66d8d6aab7dd36ffd7da56 Mon Sep 17 00:00:00 2001 From: Andrei Cherniaev <27889022+AndreiCherniaev@users.noreply.github.com> Date: Fri, 3 Jul 2026 23:36:02 +0900 Subject: [PATCH] add compatibility with QHexEdit2 roll back some code using original QHexEdit2 to tune commit af6798848f0a22c7e9b42680eafccddb82fd2503 --- IMSProg_programmer/qhexedit2/src/qhexedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMSProg_programmer/qhexedit2/src/qhexedit.h b/IMSProg_programmer/qhexedit2/src/qhexedit.h index 13c83a8d..4f7dcaf8 100644 --- a/IMSProg_programmer/qhexedit2/src/qhexedit.h +++ b/IMSProg_programmer/qhexedit2/src/qhexedit.h @@ -354,7 +354,6 @@ public slots: qint64 _bPosFirst; // position of first byte shown qint64 _bPosLast; // position of last byte shown - qint64 _bPosCurrent; // current position protected: // Handle events @@ -399,6 +398,7 @@ private slots: // Name convention: absolute byte positions in chunks start with _b qint64 _bSelectionBegin; // first position of Selection qint64 _bSelectionEnd; // end of Selection + qint64 _bPosCurrent; // current position // variables to store the property values bool _addressArea; // left area of QHexEdit