Bug fix: View in new window wrong size
authorColin Clark <colin.clark@cclark.uk>
Sun, 14 Oct 2018 09:39:17 +0000 (10:39 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 14 Oct 2018 09:39:17 +0000 (10:39 +0100)
commitc4d04c5a11f0581fa35ebb16667c797fea2ba34c
treefaf17a91f4934c7e464593144258f9213c55314f
parent7b4b8cf24decbb95e04a70aa18316df93c2e2cdb
Bug fix: View in new window wrong size

Opening an image in "View in new window" was displayed in a window of
minimum size.
The window was opened before the image was completely loaded, and so the
window size was not known.
src/image.c
src/img-view.c