diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-14 18:14:48 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-14 18:14:48 +0100 |
| commit | 4b315d190c41133786cc8b84282a7c102b31c14c (patch) | |
| tree | 7b5f265f0f1d6bb872fdec91bc58079748c6b676 /src/Fl_Grid.cxx | |
| parent | 6842a43a3170c6f7a852186d5688baebdac16e2c (diff) | |
Fix dependencies and whitespace issues
Diffstat (limited to 'src/Fl_Grid.cxx')
| -rw-r--r-- | src/Fl_Grid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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_; } |
