enso/app/gui/view
Adam Obuchowicz b72ab4aee3
Fix: when default visualization is displayed, its entry is not present in the chooser list. (#6209)
The visualization was blank because we set a new visualization instance with same data for attaching, so `VisualizationManager` skipped attaching (and thus the data for previous instance were not shared with the new one).

And the entry was visible, because we informed chooser about selected vis before the visualization list arrived.

Fixes #5992 may also fix some other issues with blank visualizations.
2023-04-12 10:24:06 +00:00
..
component-browser remove content_origin property from layout (#6155) 2023-04-01 11:48:01 +00:00
documentation Refactoring mouse events. (#6078) 2023-03-28 04:41:25 +02:00
examples Add node button to enable/disable output context (#6205) 2023-04-11 17:05:37 +00:00
graph-editor Fix: when default visualization is displayed, its entry is not present in the chooser list. (#6209) 2023-04-12 10:24:06 +00:00
src do not override default shape alignment in macro (#6170) 2023-04-03 12:34:27 +02:00
welcome-screen Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
Cargo.toml Open Project Dialog (#5607) 2023-02-20 14:47:48 +00:00