From 4b315d190c41133786cc8b84282a7c102b31c14c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 14 Nov 2023 18:14:48 +0100 Subject: Fix dependencies and whitespace issues --- src/Fl_Grid.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Grid.cxx') diff --git a/src/Fl_Grid.cxx b/src/Fl_Grid.cxx index 9910bb069..e5259be19 100644 --- a/src/Fl_Grid.cxx +++ b/src/Fl_Grid.cxx @@ -641,7 +641,7 @@ void Fl_Grid::margin(int left, int top, int right, int bottom) { need_layout(1); } -/** +/** Returns all outside margin sizes of the grid. All margin sizes are returned in the given arguments. If any argument @@ -1146,7 +1146,7 @@ int Fl_Grid::computed_col_width(int col) const { return Cols_[col].w_; } -int Fl_Grid::computed_row_height(int row) const { +int Fl_Grid::computed_row_height(int row) const { return Rows_[row].h_; } -- cgit v1.2.3