You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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).
I spot this in the code:
perl-tcl-ptk/lib/Tcl/pTk.pm
Line 1527 in d0fc699
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.
The text was updated successfully, but these errors were encountered: