Minor changes to the renderer's overflow behavior
Won't squish base layers anymore
This commit is contained in:
parent
6306d4dae3
commit
19c646ab47
2 changed files with 30 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue