summaryrefslogtreecommitdiff
path: root/src/Fl_Grid.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-21 13:18:50 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-21 13:20:11 +0200
commitf8d7ee6f5c0d018d5b8a8fa4565e386b81062348 (patch)
treee11ca81a5ca8267813783f3a3ee05c93651ede18 /src/Fl_Grid.cxx
parent7a434575acc6cb8121ae790ab94250b331b412f4 (diff)
FLUID: adding a subset of Fl_Grid child parameters.
Diffstat (limited to 'src/Fl_Grid.cxx')
-rw-r--r--src/Fl_Grid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Grid.cxx b/src/Fl_Grid.cxx
index c3b3e1334..da9c34ebc 100644
--- a/src/Fl_Grid.cxx
+++ b/src/Fl_Grid.cxx
@@ -322,7 +322,7 @@ void Fl_Grid::draw() {
This is called automatically when the Fl_Grid is resized. You need to
call it once after you added widgets or moved widgets between cells.
- Calling it once after all modfications are completed is enough.
+ Calling it once after all modifications are completed is enough.
\todo Document when and why to call layout() w/o args. See Fl_Flex::layout()