align_x and align_y were being interpreted as symbols. They're now explicitly defined as Aligns.
Also, @this is now casted to Control* using ui_control(), because the compiler was returning an error about it being a Grid pointer.
grid_gallery.cr now successfully compiles on Linux.
align_x and align_y were being interpreted as symbols. They're now explicitly defined as Aligns. Also, @this is now casted to Control* using ui_control(), because the compiler was returning an error about it being a Grid pointer. grid_gallery.cr now successfully compiles on Linux.