We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2037e30 commit 63da9fbCopy full SHA for 63da9fb
api/cpp/include/slint.h
@@ -123,7 +123,8 @@ inline SharedVector<float> solve_box_layout(const cbindgen_private::BoxLayoutDat
123
return result;
124
}
125
126
-inline SharedVector<float> solve_grid_layout(const cbindgen_private::GridLayoutData &data, cbindgen_private::Orientation orientation)
+inline SharedVector<float> solve_grid_layout(const cbindgen_private::GridLayoutData &data,
127
+ cbindgen_private::Orientation orientation)
128
{
129
SharedVector<float> result;
130
cbindgen_private::slint_solve_grid_layout(&data, orientation, &result);
0 commit comments