Skip to content

Bug with table.py #83

Description

@jrs69

I've just migrated from PySimpleGUI(4.61) and I'd previously
fixed a couple of bugs:
Table class line 9568
VarHolder class line 17838

These also appeared in FSG:
init.py line 6413
table.py line 308

old:
value = [i + self.StartingRowNumber] + value

new:
value = [i + self.StartingRowNumber] + [value]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions