View Issue Details

IDProjectCategoryView StatusLast Update
0002736NoesisGUIStudiopublic2023-10-23 13:48
Reportersfernandez Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Target VersionStudio_Alpha 
Summary0002736: Changing Path Stretch from None to Fill does not update the rendered path
Description
  1. Create a Path
  2. Set its Stretch to None
  3. Resize its bounding box
  4. Set Stretch back to Fill

The rendered Path won't be updated, although when Direct Selection tool is selected the path adorner shows the expected result. Playing the scene also shows the correct Path.

Attached Files
pathfill.png (24,754 bytes)   
pathfill.png (24,754 bytes)   
PlatformAny

Activities

dfranjic

dfranjic

2023-10-23 13:48

developer   ~0008863

Fixed with the r12860. After properties were updated in the UpdatePropertyCommand call, the element required an invalidation using the UIElement::InvalidateVisual().
Although, it is worth noting that changing Stretch from None to Uniform or UniformToFill worked perfectly fine.

Issue History

Date Modified Username Field Change
2023-10-20 11:09 sfernandez New Issue
2023-10-20 11:09 sfernandez File Added: pathfill.png
2023-10-20 11:10 sfernandez Assigned To => dfranjic
2023-10-20 11:10 sfernandez Status new => assigned
2023-10-20 11:57 jsantos Target Version => Studio_Alpha
2023-10-20 16:58 sfernandez Product Version Studio_Alpha =>
2023-10-23 13:48 dfranjic Status assigned => resolved
2023-10-23 13:48 dfranjic Resolution open => fixed
2023-10-23 13:48 dfranjic Note Added: 0008863