diff --git a/dpf b/dpf index d26aaed..b1e77c3 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit d26aaed625847eea53bfb3b02b2a815edb055f71 +Subproject commit b1e77c32ba58ebbe9d9c80bb750fc20ef98b99fd diff --git a/plugins/Common/IldaeilUI.cpp b/plugins/Common/IldaeilUI.cpp index 03c29f5..04f8e23 100644 --- a/plugins/Common/IldaeilUI.cpp +++ b/plugins/Common/IldaeilUI.cpp @@ -688,7 +688,7 @@ protected: // reduce geometry constraint if needed if (fIgnoreNextHostWindowResize) return; - if (width < fCurrentConstraintSize.getWidth() || height < fCurrentConstraintSize.getHeight()) + if (width < fCurrentConstraintSize.getWidth() || height + extraHeight < fCurrentConstraintSize.getHeight()) fUpdateGeometryConstraints = true; }