forked from mirror/OpenTTD
Change: Add badge dropdown filters and configuration.
This commit is contained in:
@@ -484,6 +484,7 @@ public:
|
||||
inline bool IsEmpty() { return this->children.empty(); }
|
||||
|
||||
NWidgetBase *GetWidgetOfType(WidgetType tp) override;
|
||||
void Clear() { this->children.clear(); }
|
||||
|
||||
protected:
|
||||
std::vector<std::unique_ptr<NWidgetBase>> children{}; ///< Child widgets in container.
|
||||
|
Reference in New Issue
Block a user