Commit e24aa4a6 authored by Claes Sjofors's avatar Claes Sjofors

Ge initialization of recursive dynamic was missing

parent d6b321b9
......@@ -99,7 +99,7 @@ class GrowCtx : public GlowCtx {
mb3_action(glow_eMB3Action_PopupMenu), scale_equal(0), translate_on(0),
input_focus_mark(glow_eInputFocusMark_Relief), background_disabled(0),
redraw_callback(0), redraw_data(0), has_subwindows(-1), bitmap_fonts(0),
environment(glow_eEnv_Runtime), text_coding(glow_eTextCoding_ISO8859_1)
environment(glow_eEnv_Runtime), text_coding(glow_eTextCoding_ISO8859_1), recursive_trace(0)
{ ctx_type = glow_eCtxType_Grow;
strcpy( name, "");
strcpy( java_name, "");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment