Actions
Bug #1067
closedSplash image is not always updated on expose event.
Start date:
05 Nov 2023
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
If I run an app manually and then exit it, the media system icons are updated but the selected splash image is not.
Updated by Hammel about 1 year ago
- Severity changed from 01 - Critical to 03 - Medium
Updated by Hammel about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
This may be due to the splash area being connected to a realize event instead of (or in addition to) an expose event.
Updated by Hammel about 1 year ago
- Severity changed from 03 - Medium to 01 - Critical
Updated by Hammel about 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
Fixed with the switch to expose-event handling instead of realize event. Change does not affect existing, desired behaviors.
Code tested on hardware, committed and pushed.
Closing issue.
Actions