Community
Participate
Working Groups
If an expanded SubModuleNode is added dynamically to a module the exapnded state is not synchronized with the tree. But the height of the module is calculated honoring the expanded state.
Created attachment 191084 [details] Showing the ModuleTree not honoring the expanded State of the second SubModule
Correction of description: The TreeRidget handles the expanded state in the right way. But the calculation of the height of the module is wrong. Steps to reproduce: - create SuBmoduleNode1(expanded) - create and add SuBmoduleNode2(expanded) to sm1 - add SuBmoduleNode1 to your current node. --> + The current node is not expanded + The TreeRidget reflects the state in the right way - The calculation of the Module-height doesn´t honor that current node isn´t expanded
SWTModuleController now honors the expanded state of successor child nodes