(svn r25288) -Codechange: No need to copy the WindowDesc flags if the WindowDesc is directly accessible.
This commit is contained in:
@@ -297,7 +297,6 @@ public:
|
||||
Owner owner; ///< The owner of the content shown in this window. Company colour is acquired from this variable.
|
||||
|
||||
ViewportData *viewport; ///< Pointer to viewport data, if present.
|
||||
uint32 desc_flags; ///< Window/widgets default flags setting. @see WindowDefaultFlag
|
||||
const NWidgetCore *nested_focus; ///< Currently focused nested widget, or \c NULL if no nested widget has focus.
|
||||
SmallMap<int, QueryString*> querystrings; ///< QueryString associated to WWT_EDITBOX widgets.
|
||||
NWidgetBase *nested_root; ///< Root of the nested tree.
|
||||
|
Reference in New Issue
Block a user