diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-11-17 17:15:53 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-11-17 17:15:53 +1300 |
commit | 619b3da9fbb37c57aedfc039cc813f6acf5569be (patch) | |
tree | 5577d1594900cd5e23afbc792d31ba9a40818d55 /src/fltk-text_buffers.ads | |
parent | f5f77c762534ed15adc557009d1a645e5fd998a5 (diff) |
Refactored Finalize subprograms and made note of potential future Widget issues there in fltk.ads
Diffstat (limited to 'src/fltk-text_buffers.ads')
-rw-r--r-- | src/fltk-text_buffers.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fltk-text_buffers.ads b/src/fltk-text_buffers.ads index 2a8b5d4..53b2692 100644 --- a/src/fltk-text_buffers.ads +++ b/src/fltk-text_buffers.ads @@ -375,7 +375,7 @@ private type Text_Buffer is new Wrapper with record - CB_Active : Boolean; + CB_Active : Boolean := True; Modify_CBs : Modify_Vectors.Vector; Predelete_CBs : Predelete_Vectors.Vector; High_From, High_To : Natural := 0; |