Bug #1113
Feature #964: === GUI ===
GUI: python script view is not updating while selecting different multilayers
Status: | Rejected | Start date: | 26 Jun 2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | Sprint 31 |
Description
If there are two multilayers on the scene, and python viewer is opened,
it shows the code corresponding to the first multilayer, selecting the second doesn't update the python script.
History
#1 Updated by pospelov over 5 years ago
- Description updated (diff)
#2 Updated by wuttke almost 5 years ago
- Parent task set to #964
#3 Updated by pospelov almost 5 years ago
- Status changed from New to Sprint
- Target version set to Sprint 31
#4 Updated by pospelov almost 5 years ago
- Status changed from Sprint to Rejected
Actually, PytonScriptView located on DesignerScene shows already all created multilayers. I think, if user selects different multilayer, nothing to do here.
The second PythonScriptView, located in SimulationView, should be in principle a modal dialog. When user selects a new multilayer and pushes "Export to python" button, the viewer will be updated by definition. Nothing to do here too. Rejecting.