ui: added shortcut to refresh view
Added a refresh shortcut to the new View menu, that causes stylesheets to be refreshed by dispatching a MessageRefresh.
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
virtual std::string getName() const = 0;
|
||||
virtual void createWidgetWrapper() = 0;
|
||||
virtual void initView() = 0;
|
||||
virtual void refreshView() = 0;
|
||||
|
||||
void setComponent(Component* component);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user