Commit bb8b967
committed
Update splash_radius assertion to use integer comparison
Changed the assertion in IconButton.before_update to compare splash_radius against 0 instead of 0.0, ensuring the value is greater than zero regardless of type.1 parent f13dc40 commit bb8b967
File tree
1 file changed
+1
-1
lines changed- sdk/python/packages/flet/src/flet/controls/material
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments