Miranda Version : v0.9.0
Unicode Build : Yes
Test Build # (if applicable) : #11
What steps will reproduce the problem?
1.Open Miranda Contact List
2.Switch Desktop to second Monitor which does have another resolution set.
(Windows + P on Windows 7)
3.Switch back the Desktop to first Monitor
What is the expected result?
Contact List should expand to the correct resolution.
What happens instead?
Contact List does not expand the contact list to the resolution of the first
monitor when switching back from second monitor to the first monitor
See the attached picture
Possible solution:
in clc.cpp you should catch the event WM_WINDWPOSCHANGED and call the function
SendMessage(hwnd, WM_SIZE, 0, 0);
Original issue reported on code.google.com by brunomar...@googlemail.com on 13 Jul 2010 at 12:31
Original issue reported on code.google.com by
brunomar...@googlemail.com
on 13 Jul 2010 at 12:31Attachments: