computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 5074befad399ec38ca5f09e26a9b78831172ff95
parent f0623796221984f450a8f4ce1b02b430d0b8b21b
Author: Adam M <[email protected]>
Date:   Mon, 11 Nov 2019 15:35:59 -0600

Set zoom when loading image

Diffstat:
Msrc/ComputerscareBlank.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/ComputerscareBlank.cpp b/src/ComputerscareBlank.cpp @@ -191,6 +191,7 @@ struct PNGDisplay : TransparentWidget { nvgImageSize(args.vg, img, &imgWidth, &imgHeight); imgRatio = ((float)imgWidth / (float)imgHeight); path = blankModule->path; + setZooms(); } if (blankModule->imageFitEnum != lastEnum && lastEnum != -1) {