Changes between Initial Version and Version 1 of Ticket #4095
- Timestamp:
- 2016-10-25T17:31:01Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4095
- Property Summary OMEdit can't change parameters of inherited components → OMEdit doesn't show changed parameters of inherited components
-
TabularUnified Ticket #4095 – Description
initial v1 1 1 Load the package IconsWithValues given in [https://github.com/OpenModelica/OMEdit/pull/41 PR41]. Open the model `IconsWithValues.Test2` in the diagram view. Double click on the inherited `component1`. 2 2 3 Enter a new value for parameter `p` and click OK. OMEdit will take a relatively long time and then silently ignore the entered value. 3 Enter a new value for parameter `p` and click OK. OMEdit will take a relatively long time and then not show the entered value in the model icon. 4 5 Do the same for `component2`. There it works fluently.