Files
create/src/Gui
Benjamin Nauck f32fdcf48b Gui: Fix regression pointed out in review
paddlestroke:
> Here we actually need to keep App::Origin. Because we do not allow deletion ONLY of origin objects. Not of normal LCS.

While the original code:
```cpp
auto origin = dynamic_cast<App::Origin*>(lcs);
if (origin && !origin->getInList().empty()) {
```
...handles this perfectly fine, intent isn't obvious when reading it.
Using `is<T>()` shows intent better and should avoid similar situations in the future.
2025-06-12 10:33:56 +02:00
..
2025-05-30 20:02:58 +02:00
2025-06-08 16:18:28 +02:00
2025-05-30 14:21:53 +02:00
2025-05-30 14:21:53 +02:00
2024-05-01 09:47:33 +02:00
2025-05-30 18:04:33 +02:00
2025-02-15 13:33:32 -06:00
2025-01-22 06:12:43 -06:00
2023-08-04 17:09:53 +02:00
2024-02-16 21:38:42 -06:00
2023-09-14 13:24:24 +02:00
2023-07-15 11:17:45 +02:00
2025-03-05 09:32:06 +01:00
2025-02-15 13:33:32 -06:00
2025-03-05 09:32:06 +01:00
2025-02-25 23:03:51 +00:00
2025-02-25 23:03:51 +00:00
2025-01-13 11:22:20 -06:00
2025-02-10 18:34:57 +01:00
2025-03-05 09:46:35 +01:00
2025-06-03 09:31:38 +02:00
2025-02-10 18:34:57 +01:00
2025-02-10 18:34:57 +01:00
2025-02-25 23:03:51 +00:00
2025-02-15 13:33:32 -06:00
2025-02-25 23:03:51 +00:00
2024-02-26 17:38:01 +01:00
2024-07-11 17:39:23 +02:00
2025-02-15 13:33:32 -06:00
2025-02-10 18:34:57 +01:00
2025-02-10 18:34:57 +01:00
2025-01-13 11:22:20 -06:00
2025-03-02 22:59:30 -06:00
2023-11-17 02:00:32 +01:00
2025-02-17 21:10:26 +01:00
2025-03-20 14:23:36 +01:00
2024-11-12 07:59:44 +01:00
2025-01-13 11:22:20 -06:00
2025-02-10 18:34:57 +01:00
2025-02-10 18:34:57 +01:00
2025-02-15 13:33:32 -06:00
2025-02-15 13:33:32 -06:00
2025-01-13 11:22:20 -06:00
2024-03-26 15:57:20 +01:00
2025-06-05 12:18:41 -05:00
2024-02-21 16:19:32 +01:00
2023-10-23 18:07:07 +02:00
2023-08-04 17:09:53 +02:00
2025-02-25 23:03:51 +00:00
2025-03-29 14:14:04 -05:00
2025-02-05 22:13:07 +00:00
2025-01-02 13:27:54 +01:00
2025-01-13 11:22:20 -06:00
2025-02-10 18:34:57 +01:00