Layout of browser child windows sometimes corrupted after return from viewer
Option/General/Use different size is set to "on"
Try:
"Fit image to window heignt"
(or: "Fit image to desktop, all", but not quite sure if it is reproducable here too)
and play around a little while in a directory containing images with
different sizes. Change the size of the viewer window manually ("maximize window"
is not necesary to reproduce the problem).
It will not take a long time that you can notice that returning
to the browser the sizes/posisitions of the child windows are not
restored properly. Parts in the windows are sinply gray due to
no longer aligned child controls to their original boundaries.
Something like that:
layout before (A = dir tree B = Preview window C = Thambnail window)
Code: Select all
---------------------------
I       I                 |
I       I                 |
I       I                 |
I  A   I       C        |
I       I                 |
-------I                |
I       I                 |
I   B  I                 |
I       I                 |
---------------------------
parts of the main window that are no longer used
by any child windows):
Code: Select all
---------------------------
I       I       |xxxxxxxxx|
I       I       |xxxxxxxxx|
I  A   I       |xxxxxxxxx|
I       I   C  |xxxxxxxxx|
--------       |xxxxxxxxx|
IxxxxI        |xxxxxxxxx|
IxxxxI        |xxxxxxxxx|
--------       |xxxxxxxxx|
I  B   I        |xxxxxxxxx|
---------------------------
