Re: What changed in Squeak 5.1 that affects Connectors?

Vaidotas Didžbalis <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <CAJn_Y14=PNqUu0C6GSSOBf-0zg9hb8c3329y9BmRNh7xJfXKbw@mail.gmail.com>
Hello,

fixed in Connectors-vd.220, in SqueakSource. Changed:

| fixCode |
fixCode := 'processFocusEvent: anEvent using: defaultDispatcher
    "Connectors pataisymas: užkerta kelią bubbling kilpai QHsm atveju"
    defaultDispatcher doHandlingForFocusEvent: anEvent with: self.
    anEvent wasHandled: true.
    ^ anEvent'.

#(NCCurveHandleMorph NCAAConnectorMorph NCLineMorph) do: [:className |
    (Smalltalk at: className ifAbsent: [nil]) ifNotNil: [:cls |
        cls compile: fixCode classified: 'events-processing'.
    ].
].


Vaidotas
Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.