Copy paste fail

This commit is contained in:
UnknownShadow200 2022-07-28 22:23:19 +10:00
parent 6a09a9c662
commit 0f87c2f23f

View File

@ -845,7 +845,7 @@ void LBackend_SliderDraw(struct LSlider* w) {
/*########################################################################################################################* /*########################################################################################################################*
*-------------------------------------------------------TableWidget-------------------------------------------------------* *-------------------------------------------------------TableWidget-------------------------------------------------------*
*#########################################################################################################################*/ *#########################################################################################################################*/
static void InitRowFont(struct LTable* w) { static void InitRowFont(void) {
if (rowFont.handle) return; if (rowFont.handle) return;
Font_Make(&rowFont, 11, FONT_FLAGS_NONE); Font_Make(&rowFont, 11, FONT_FLAGS_NONE);
} }