https://bugs.kde.org/show_bug.cgi?id=421184

            Bug ID: 421184
           Summary: Cannot select edges in macro with error "SHOULD NOT BE
                    SEEN"
           Product: kig
           Version: unspecified
          Platform: Debian testing
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: david.narv...@computer.org
          Reporter: a...@laxu.de
  Target Milestone: ---

SUMMARY

I tried to create a macro to create a triangle point from two points and two
edges (lengths):

<!DOCTYPE KigMacroFile>
<KigMacroFile Number="1" Version="1.0">
 <Macro>
  <Name>P-P-E-E Triangle</Name>
  <Description>Triangle from two points and two lengths (edges)</Description>
  <IconFileName>system-run</IconFileName>
  <Construction>
   <input requirement="point" id="1"/>
   <input requirement="point" id="2"/>
   <input requirement="length-object" id="3"/>
   <input requirement="length-object" id="4"/>
   <intermediate type="CircleBPR" action="calc" id="5">
    <arg>1</arg>
    <arg>3</arg>
   </intermediate>
   <intermediate type="CircleBPR" action="calc" id="6">
    <arg>2</arg>
    <arg>4</arg>
   </intermediate>
   <intermediate type="int" action="push" id="7">-1</intermediate>
   <result type="CircleCircleIntersection" action="calc" id="8">
    <arg>5</arg>
    <arg>6</arg>
    <arg>7</arg>
   </result>
  </Construction>
 </Macro>
</KigMacroFile>

When I run the macro, I can select the two points, but when I try to select the
edges, the hover text is "SHOULD NOT BE SEEN".

I am not sure what this means. The exported macro looks like it should do what
I did to create the macro, when a segment is a "length-object".


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian Testing (bullseye) / kig 20.04.0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to