diff options
| author | Greg Ercolano <erco@seriss.com> | 2023-11-20 13:36:55 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2023-11-20 13:36:55 -0800 |
| commit | 11e6fb59116c1a699d973ed88aaf54f86b392b32 (patch) | |
| tree | b90a010606696c9ea6383f2606b58a871e4efbcf | |
| parent | 7c95aa7c79281a4c074421a414dbc0d178b49dce (diff) | |
Fl::check() docs fix: example indented
| -rw-r--r-- | src/Fl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 7bb710480..105bc018b 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -634,9 +634,9 @@ int Fl::wait() { \code while (!calculation_done()) { - calculate(); - Fl::check(); - if (user_hit_abort_button()) break; + calculate(); + Fl::check(); + if (user_hit_abort_button()) break; } \endcode |
