diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-02-28 15:54:02 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-02-28 15:54:02 +0100 |
| commit | 367826979dc0cee609bf98e4b1e37c9019fbb4c6 (patch) | |
| tree | 70557f64b634a31ac0523eafdb9714cae5b387a8 /src | |
| parent | f4fb973c5d81928c76336827d2a7471715fc1323 (diff) | |
Fix a typo and the URL to an STR in a comment
no code changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 809fd0479..a88a57c19 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2111,9 +2111,9 @@ void Fl_WinAPI_Window_Driver::makeWindow() { parent = fl_xid(w); if (!w->visible()) showit = 0; -// https://www.fltk.org/str.php?L1115+P0+S-2+C0+I0+O0+E0+V1.+Q +// https://www.fltk.org/str.php?L1115 // Mike added the code below to fix issues with tooltips that unfortunately -// he does not specify in detail. After extensive testing, I can'tt see +// he does not specify in detail. After extensive testing, I can't see // how this fixes things, but I do see how a window opened by a timer will // link that window to the current popup, which is wrong. // Matt, Apr 30th, 2023 |
