mirror of
https://github.com/danbulant/cushy
synced 2026-07-06 11:40:37 +00:00
Removing debug println
This commit is contained in:
parent
bc54893c1c
commit
a3f5b6e3d2
1 changed files with 0 additions and 1 deletions
|
|
@ -2098,7 +2098,6 @@ where
|
||||||
});
|
});
|
||||||
when_updated!(resizable, handle, {
|
when_updated!(resizable, handle, {
|
||||||
winit.set_resizable(*resizable);
|
winit.set_resizable(*resizable);
|
||||||
println!("Setting resizable {resizable}");
|
|
||||||
redraw = true;
|
redraw = true;
|
||||||
});
|
});
|
||||||
when_updated!(window_icon, handle, {
|
when_updated!(window_icon, handle, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue