buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
805 stars 120 forks source link

`GridWidgetBase` should use `ulong` for measuring counts #661

Open GrimMaple opened 1 year ago

GrimMaple commented 1 year ago

Rows and columns should be measured as ulong (preferably as size_t). int causes a lot of hidden issues.