1 Oct
2009
1 Oct
'09
6:03 p.m.
Alexandre Julliard wrote:
Module: wine Branch: master Commit: 69b76a18fb19bd4a6c83f4f05eb942513af970fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=69b76a18fb19bd4a6c83f4f05e...
Author: Owen Rudge <orudge(a)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?