Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect ColumnView setting function name #81

Open
HyperSphereStudio opened this issue Mar 17, 2024 · 0 comments
Open

Incorrect ColumnView setting function name #81

HyperSphereStudio opened this issue Mar 17, 2024 · 0 comments

Comments

@HyperSphereStudio
Copy link

Main branch has at line 4168-4170. Set functions missing "!"

    @export_function ColumnView set_show_row_separators Cvoid Bool b
    @export_function ColumnView get_show_row_separators Bool
    @export_function ColumnView set_show_column_separators Cvoid Bool b

should be

    @export_function ColumnView set_show_row_separators! Cvoid Bool b
    @export_function ColumnView get_show_row_separators Bool
    @export_function ColumnView set_show_column_separators! Cvoid Bool b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant