checkForPath called too early
Bug #2025020 reported by
hilaire
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dr. Geo |
Fix Committed
|
Critical
|
Unassigned |
Bug Description
The checkForPath method should be called after the user path is set. Therefore after the #processCommand
Changed in drgeo: | |
status: | New → Fix Committed |
milestone: | none → 23.12 |
To post a comment you must log in.
Do:
In installation code application:
AppLauncher appGlobalName: DrGeoSystem appSelector: #checkForPaths
Add: >checkForPaths
DrGeoSystem>
Transcript show: '[DrGeo] Paths checked'; cr.
platform checkForPaths
Remove in checkForPaths in DrGplatform> >startUp