Minor changes to the renderer's overflow behavior

Won't squish base layers anymore
This commit is contained in:
vaxerski
2022-07-15 19:07:06 +02:00
parent 6306d4dae3
commit 19c646ab47
2 changed files with 30 additions and 5 deletions

View File

@@ -68,8 +68,8 @@ struct SRenderData {
// for blurring
bool blur = false;
// for windows that animate poorly
bool squishOversized = false;
// only for windows, not popups
bool squishOversized = true;
};
struct SExtensionFindingData {