ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.8k stars 822 forks source link

Desktop Debug Tools: Combine and improve children list and Display Object Picker #12036

Open n0samu opened 1 year ago

n0samu commented 1 year ago

The Display Object Picker and Children tab of Ruffle's Debug Tools serve a similar purpose, like the Elements tab in a browser's Developer Tools. But Ruffle's implementation is a bit disjointed and confusing - here are some suggestions to improve it:

n0samu commented 10 months ago

In the display object tree, movieclips with no children should not have a button next to them to expand/collapse their subtree.

This has been implemented in #14963!