Files
create/src/Gui
wmayer ca49788ab6 Gui: Fix crash when trying to transform link object
This is a regression caused by PR 17564.

ViewProviderDragger has the member 'forwardedViewProvider' that is used
to handle the editing by the parent object. This means that inside
ViewProviderLink::startEditing 'transformDragger' can be null but this
isn't checked so that accessing the member causes a segmentation fault
or a failing assert in debug mode, respectively.

Solution:
Make sure that transformDragger is not null before accessing it.

This fixes 19542.
2025-05-30 18:04:33 +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-02-15 13:33:32 -06:00
2025-01-22 06:12:43 -06:00
2025-05-30 14:21:53 +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-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-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
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
2025-03-05 09:32:06 +01: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