dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 1816659] Re: Macro player, selection list


From: hilaire
Subject: [Dr. Geo] [Bug 1816659] Re: Macro player, selection list
Date: Tue, 19 Feb 2019 20:24:56 -0000

Fix as bellow: (last line)!

DrGMacroNode>>= aNode
"This is what we expect for input item of the macro.
Handle carrefully when this is a script node"

| answer |
answer := self basicType = aNode basicType 
   and: [itemTemplate basicType = aNode itemTemplate basicType
   and: [itemTemplate  nodeType = aNode itemTemplate nodeType]].
^ answer & itemTemplate isScriptItem 
   ifTrue: [itemTemplate script == aNode itemTemplate script]
   ifFalse: [answer]

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo II.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/1816659

Title:
  Macro player, selection list

Status in Dr. Geo II:
  New

Bug description:
  From the macro player dialog, when ever a macro is selected in the top
  list, it turns immediately un-selected. The macro is however logically
  selected as it is then possible to play it in the figure.

  Moreover, when inspecting the PluggableList, some of the macro title
  are Text instance instead of String instance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1816659/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]