Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align_x and align_y were being interpreted as symbols. They're now specified as Aligns. @this was returning an error because it's supposed to be a Control*, not a Grid*. It's now casted using ui_control(). This patch compiles the grid_gallery.cr successfully on Linux.
- Loading branch information