buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
626 stars 111 forks source link

MaxWidth and MaxHeight settings are ignored in Slideshow mode #191

Closed OrionFOTL closed 4 months ago

OrionFOTL commented 4 months ago

Because of a bug in the code, MaxWidth or MaxHeight setting is ignored when you use the Slideshow mode. In the wrong part of code, the bitmap variable is assigned with a resized bitmap, but it is not returned.

I fixed this in PR #190.

Original, big image (3200x4500), MaxHeight: 0:

obraz

Current, MaxHeight: 1200: (no effect...)

obraz

Fixed, MaxHeight: 1200:

obraz