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

Possible bug in Tcl::pTk::call() (widget reference case) #10

Open
chrstphrchvz opened this issue Feb 6, 2021 · 1 comment
Open

Possible bug in Tcl::pTk::call() (widget reference case) #10

chrstphrchvz opened this issue Feb 6, 2021 · 1 comment

Comments

@chrstphrchvz
Copy link
Owner

chrstphrchvz commented Feb 6, 2021

I spot this in the code:

elsif ($ref =~ /^Tcl::Tk::Widget\b/) {

Should this instead be checking for Tcl::pTk::Widget? Is this causing any observable issues?

I don't think this was something copied over from Tcl::Tk.

@chrstphrchvz chrstphrchvz changed the title Possible bug in Tcl::pTk::call (widget reference case) Possible bug in Tcl::pTk::call() (widget reference case) Feb 6, 2021
@chrstphrchvz
Copy link
Owner Author

It was copied from Tcl.pm 1.02 (part of what was removed in 1.03: gisle/tcl.pm@5b55b71). So probably never used by Tcl::pTk (after it was renamed from Tcl::Tk).

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