diff options
| author | Jean-Baptiste Mardelle <[email protected]> | 2025-09-19 13:31:03 +0200 |
|---|---|---|
| committer | Jean-Baptiste Mardelle <[email protected]> | 2025-11-20 10:13:25 +0100 |
| commit | 580c31cccee1646db85bbf3a033911858bf79d7a (patch) | |
| tree | 36d12f28f7e47ecb3634b3a3fab026e3d0a239c1 /po/ug | |
| parent | 15aa35dd3b01ee4320b9f565e044da5f8fdfb227 (diff) | |
informationpanel: prevent a crash when creating video preview panel and a media file is selected
To reproduce the crash:
- Open Dolphin, disable information panel and close Dolphin
- Re-open Dolphin
- Select a video file
- Enable information panel
- Crash
Problem is that some elements of the MediaWidget panel are created when the widget is shown, in `showEvent` (`m_seekSlider` and `m_topLayout`), and these elements are called before being created.
This MR fixes 2 different crashes:
- Crash creating panel when a video file is selected (call to `m_seekSlider` before its creation)
- Crash creating panel when a video file is selected and autoplay enabled (call to `m_topLayout` before its creation)
Diffstat (limited to 'po/ug')
0 files changed, 0 insertions, 0 deletions
