Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
f5c2815d
by Pier Angelo Vendrame at 2025-03-17T19:13:24+01:00
1 changed file:
Changes:
... | ... | @@ -603,7 +603,7 @@ class _RFPHelper { |
603 | 603 | |
604 | 604 | log(`${logPrefix} roundDimensions(${aWidth}, ${aHeight})`);
|
605 | 605 | |
606 | - if (!(isInitialSize || this.letterboxingEnabled)) {
|
|
606 | + if (!this.letterboxingEnabled) {
|
|
607 | 607 | // just round size to int
|
608 | 608 | return r(aWidth, aHeight);
|
609 | 609 | }
|