FLTK logo

[master] d6ba66c - Fix a tiny documentation bug

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] d6ba66c - Fix a tiny documentation bug "Albrecht Schlosser" Dec 17, 2021  
 
commit d6ba66ca4b247584a9226fb6995f07323d1ef5bd
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Fri Dec 17 16:08:49 2021 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Dec 17 19:00:34 2021 +0100

    Fix a tiny documentation bug

 src/Fl.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/Fl.cxx src/Fl.cxx
index cf591cd..7d13c26 100644
--- src/Fl.cxx
+++ src/Fl.cxx
@@ -298,7 +298,7 @@ static Check *first_check, *next_check, *free_check;
    if (!state_changed) return;
    state_changed = false;
    do_expensive_calculation();
-   widget-&gt;redraw();
+   widget->redraw();
   }
 
   main() {
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.