jovibor / HexCtrl

Fully-featured Hex Control written in C++/MFC.
Other
167 stars 58 forks source link

Fix copy as print screen #85

Closed datasynergyuk closed 1 year ago

datasynergyuk commented 1 year ago

This fixes a bug where incorrect data is returned in copy as print screen function when selection doesn't start on first column.

jovibor commented 1 year ago

Good catch! I slightly tuned it, added const and comment message.