Skip to content

Commit

Permalink
Quicken GDB color check
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Sep 8, 2023
1 parent 6ef486c commit fb3384d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tivars/types/gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,9 @@ def load_string(self, string: str, *, model: TIModel = None):

def color_data(gdb: 'TIMonoGDB') -> bytes:
data = io.BytesIO(gdb.calc_data[gdb.offset + gdb.num_styles:])
temp = TIGraphedEquation()
for i in range(gdb.num_equations):
TIGraphedEquation().load_data_section(data)
temp.load_data_section(data)

return data.read()

Expand Down

0 comments on commit fb3384d

Please sign in to comment.