| commit | 92f9c3f1b91e8e66a8a275b29e84a2af0ea36d61 | [log] [tgz] |
|---|---|---|
| author | Felix Nawothnig <felix.nawothnig@t-online.de> | Sun May 29 20:02:32 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun May 29 20:02:32 2005 +0000 |
| tree | 62685cb35b6ef002f0475f88b00b239807eb8dd0 | |
| parent | 84e1e9948be62486e42ba4f8982bab255bcab55b [diff] |
Pass the right hwnd to ReleaseDC().
diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index a579a41..d93ec47 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c
@@ -9440,7 +9440,7 @@ if(hFont != 0) SelectObject(hdc, hOldFont); - ReleaseDC(infoPtr->hwndSelf, hdc); + ReleaseDC(infoPtr->hwndEdit, hdc); break; }