Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Feb 9, 2024
1 parent ef64036 commit 315ba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruis/widget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class widget : virtual public utki::shared
struct parameters {
std::string id;
ruis::lp lp;
ruis::rectangle rectangle;
ruis::rectangle rectangle = {0, 0};

/**
* @brief Clip widgets contents by widget's border.
Expand Down

0 comments on commit 315ba6e

Please sign in to comment.