Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
/ GLKeeper Public archive

Commit 9ae8ef9

Browse files
committed
-
1 parent 73fc1d0 commit 9ae8ef9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/GuiWidget.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ GuiWidget::GuiWidget(GuiWidgetMetaClass* widgetClass)
2626
, mPosition()
2727
, mSizePercents()
2828
, mSize()
29+
, mMinSize()
30+
, mMaxSize()
2931
, mUserData()
3032
, mActions(this)
3133
{
@@ -56,6 +58,8 @@ GuiWidget::GuiWidget(GuiWidget* copyWidget)
5658
, mClipChildren(copyWidget->mClipChildren)
5759
, mTemplateClassName(copyWidget->mTemplateClassName)
5860
, mTintColor(copyWidget->mTintColor)
61+
, mMinSize(copyWidget->mMinSize)
62+
, mMaxSize(copyWidget->mMaxSize)
5963
, mActions(this)
6064
, mHasInteractiveAttribute(copyWidget->mHasInteractiveAttribute)
6165
, mHasDisablePickChildrenAttribute(copyWidget->mHasDisablePickChildrenAttribute)

0 commit comments

Comments
 (0)