1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:27:44 +00:00

WindowServer: Oops, forgot to plumb through the base size for incresize.

This commit is contained in:
Andreas Kling 2019-02-21 10:11:12 +01:00
parent 6084cd0c56
commit 16cd4585cd
3 changed files with 3 additions and 2 deletions

View file

@ -355,8 +355,8 @@ public:
, m_title(title)
, m_opacity(opacity)
, m_has_alpha_channel(has_alpha_channel)
, m_base_size(base_size)
, m_size_increment(size_increment)
, m_base_size(base_size)
{
}