Browse Source

Caret/Selection input is no longer lost when I resize the window

Marko Pintera 12 years ago
parent
commit
1e0009dfa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BansheeEngine/Source/BsGUIWindowFrame.cpp

+ 1 - 1
BansheeEngine/Source/BsGUIWindowFrame.cpp

@@ -98,7 +98,7 @@ namespace BansheeEngine
 	}
 	}
 
 
 	GUIWindowFrame::GUIWindowFrame(GUIWidget& parent, const GUIElementStyle* style, const GUILayoutOptions& layoutOptions)
 	GUIWindowFrame::GUIWindowFrame(GUIWidget& parent, const GUIElementStyle* style, const GUILayoutOptions& layoutOptions)
-		:GUIElement(parent, style, layoutOptions), mResizeCursorSet(false)
+		:GUIElement(parent, style, layoutOptions, false), mResizeCursorSet(false)
 	{
 	{
 		mImageSprite = cm_new<ImageSprite, PoolAlloc>();
 		mImageSprite = cm_new<ImageSprite, PoolAlloc>();