[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dr. Geo] [Bug 1763682] [NEW] Error in script Fathauer.st
From: |
Benoît St-Jean |
Subject: |
[Dr. Geo] [Bug 1763682] [NEW] Error in script Fathauer.st |
Date: |
Fri, 13 Apr 2018 11:11:39 -0000 |
Public bug reported:
The following lines :
d := (canvas reflect: f axe: sb) hide.
c := (canvas reflect: a axe: sb) hide.
should be changed to:
d := (canvas reflect: f axis: sb) hide.
c := (canvas reflect: a axis: sb) hide.
in the script located at:
https://bazaar.launchpad.net/~drgeo-
developers/drgeo/trunk/view/head:/build/SmalltalkSketches/Fathauer.st
** Affects: drgeo
Importance: Undecided
Status: New
** Description changed:
- The following line :
+ The following lines :
d := (canvas reflect: f axe: sb) hide.
+
+ c := (canvas reflect: a axe: sb) hide.
should be changed to:
d := (canvas reflect: f axis: sb) hide.
+ c := (canvas reflect: a axis: sb) hide.
+
in the script located at:
https://bazaar.launchpad.net/~drgeo-
developers/drgeo/trunk/view/head:/build/SmalltalkSketches/Fathauer.st
--
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/1763682
Title:
Error in script Fathauer.st
Status in Dr. Geo II:
New
Bug description:
The following lines :
d := (canvas reflect: f axe: sb) hide.
c := (canvas reflect: a axe: sb) hide.
should be changed to:
d := (canvas reflect: f axis: sb) hide.
c := (canvas reflect: a axis: sb) hide.
in the script located at:
https://bazaar.launchpad.net/~drgeo-
developers/drgeo/trunk/view/head:/build/SmalltalkSketches/Fathauer.st
To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1763682/+subscriptions
- [Dr. Geo] [Bug 1763682] [NEW] Error in script Fathauer.st,
Benoît St-Jean <=