hobbyjobs / miranda

Automatically exported from code.google.com/p/miranda
0 stars 0 forks source link

Contact List doesn't expand when switching monitor #849

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sami%mir...@gtempaccount.com on 13 Jul 2010 at 12:52