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:
parent
6084cd0c56
commit
16cd4585cd
3 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue