ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

QHexView selects invalid portion when scrolled #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Created attachment 15
the black line is the mouse movement required to get the visible selection

When you make the Data Dump window small enough to make the scrollbar appear 
and you scroll to the very right, it doesn't select data directly underneath 
the mouse, but set off to its left.
It seems like it's exactly the amount scrolled to the right.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 3 Oct 2012 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
Just noticed, please ignore the y position of the line in the attachment, I 
drew it too high :p
Selection works regardless of the y-position.
The problem is the x-offset.

Original comment by evan.teran on 3 Oct 2012 at 5:09

GoogleCodeExporter commented 9 years ago
Figured I'd tackle the easiest one first. In my repository, this is fixed, good 
catch!

Original comment by evan.teran on 3 Oct 2012 at 5:10