mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
PixelPaint: Propagate errors from making tool property widgets
This commit is contained in:
parent
b409a40377
commit
be717edd33
41 changed files with 499 additions and 468 deletions
|
@ -32,6 +32,7 @@ private:
|
|||
Tool* m_active_tool { nullptr };
|
||||
RefPtr<GUI::StackWidget> m_tool_widget_stack;
|
||||
RefPtr<GUI::Widget> m_blank_widget;
|
||||
RefPtr<GUI::Label> m_error_label;
|
||||
GUI::Widget* m_active_tool_widget { nullptr };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue