FLTK logo

[master] 55e5c74 - Fix broken build

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] 55e5c74 - Fix broken build "Albrecht Schlosser" Dec 17, 2021  
 
commit 55e5c74e9e6a31bc6b75b479546ff4e84b1c935a
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Fri Dec 17 19:37:48 2021 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Dec 17 19:37:48 2021 +0100

    Fix broken build
    
    sorry for the noise

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

diff --git src/forms_compatibility.cxx src/forms_compatibility.cxx
index 2d9ca85..c4901fe 100644
--- src/forms_compatibility.cxx
+++ src/forms_compatibility.cxx
@@ -27,7 +27,7 @@ void fl_end_form() {
 
 void Fl_Group::forms_end() {
   // set the dimensions of a group to surround contents
-  const int nc = g->children();
+  const int nc = children();
   if (nc && !w()) {
     Fl_Widget*const* a = array();
     Fl_Widget* o = *a++;
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'.