obj: Refine comments, make updated set bits back to false, swap Objects parameters
This commit is contained in:
parent
f58cb270b1
commit
0546c3d5ca
3 changed files with 38 additions and 67 deletions
|
|
@ -206,8 +206,6 @@ pub fn setSize(darwin: *Darwin, size: Size) void {
|
|||
frame.size.height = @floatFromInt(size.height);
|
||||
frame.size.width = @floatFromInt(size.width);
|
||||
window.setFrame_display_animate(frame, true, true);
|
||||
|
||||
std.log.debug("setSize successfully called", .{});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue