- Notifications
You must be signed in to change notification settings - Fork296
Commit4900a8d
committed
Merged PR 33420: Fix pausing on CanvasAnimatedControl and move it out of experimental stage
This PR fixes pausing/unpausing on CanvasAnimatedControl which was due to us shutting down the dispatcher prematurely. With this, we are also removing CACs experimental tag.----#### AI description (iteration 1)#### PR ClassificationBug fix and code cleanup#### PR SummaryThis pull request fixes the pausing issue on `CanvasAnimatedControl` and moves it out of the experimental stage.- `build/Win2D.cs.props`: Removed the exclusion of experimental warnings for `CanvasAnimatedControl`.- `winrt/lib/xaml/GameLoopThread.cpp`: Adjusted the shutdown sequence of the dispatcher queue to ensure proper cleanup.- `winrt/lib/xaml/CanvasAnimatedControl.abi.idl`: Removed the `[experimental]` attribute from `CanvasAnimatedControl`.1 parent59eda0e commit4900a8d
File tree
3 files changed
+2
-6
lines changed- build
- winrt/lib/xaml
3 files changed
+2
-6
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 19 |
| |
23 | 20 |
| |
24 | 21 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 |
| - | |
285 | 284 |
| |
286 | 285 |
| |
287 | 286 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
264 |
| - | |
265 | 263 |
| |
266 | 264 |
| |
267 | 265 |
| |
| |||
271 | 269 |
| |
272 | 270 |
| |
273 | 271 |
| |
| 272 | + | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
|
0 commit comments
Comments
(0)