Alexandre Julliard wrote:
Module: wine
Branch: master
Commit: 69b76a18fb19bd4a6c83f4f05eb942513af970fd
URL:
http://source.winehq.org/git/wine.git/?a=commit;h=69b76a18fb19bd4a6c83f4f05eb942513af970fd
Author: Owen Rudge <oru...@codeweavers.com>
Date: Wed Sep 30 16:41:23 2009 +0100
comctl32: Implement highlighting (marquee) selection support in listview.
---
Hi, Owen.
Didn't test it much yet, but few issues from a start:
- when control doesn't have focus rectangle is visible, but it doesn't
select anything;
- during resizing rectangle and moving pointer outside client area
rectangle gets stuck, on native it still moves;
- after mouse released outside client area rectangle should be cleared,
now it stays as it is.
Do you plan to work on this?