Giter VIP home page Giter VIP logo

Comments (6)

Simsys avatar Simsys commented on June 8, 2024

fixed, see 7822677

from qhexedit2.

firexx avatar firexx commented on June 8, 2024

this helps, but now the effect occurs. now the right digit becomes "bold". i guess the digit has to be erased and then drawing again to avoid "bold" effect. the magnifier helps to see this effect. thx for commit the bugfixes

from qhexedit2.

firexx avatar firexx commented on June 8, 2024

this changes fixes the problem. first clear region, then drawText. (i put this changes in the branch where i implement the ascii editing and will shortly push it and create a big pull request.)

   // paint cursor
    if (_blink && !_readOnly && hasFocus())
        painter.fillRect(_cursorRect, this->palette().color(QPalette::WindowText));
	else{
		QRect r(_pxCursorX - pxOfsX, _pxCursorY - _pxCharHeight, _pxCharWidth, _pxCharHeight);
		QColor c(viewport()->palette().color(QPalette::Base));
		painter.fillRect(r, c);
		painter.drawText(_pxCursorX - pxOfsX, _pxCursorY, _hexDataShown.mid(_cursorPosition - _bPosFirst * 2, 1));
      }

from qhexedit2.

Simsys avatar Simsys commented on June 8, 2024

Thx for your work

But please: make small (minimal!) pull request. Just on thing at on time!

Your pull request has conflicts and can't be merged!

from qhexedit2.

firexx avatar firexx commented on June 8, 2024

from qhexedit2.

firexx avatar firexx commented on June 8, 2024

if you wish i can merge it. github shown so many files conflicted, but i changed only qhexedit.cpp and .h

from qhexedit2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.