Fix cropped curves widget

This commit is contained in:
Hombre
2023-06-25 17:42:34 -07:00
committed by Lawrence Lee
parent 0404a47fb7
commit b950477bc9
2 changed files with 6 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ class ToolParamBlock :
{
public:
ToolParamBlock();
Gtk::SizeRequestMode get_request_mode_vfunc () const override;
};
class ToolPanel :