Diffusion Krita b937eccca020

Work around QTBUG-72488

Authored by rempt on Dec 12 2018, 12:18 PM.

Description

Work around QTBUG-72488

Qt 5.12 now deletes a void pointer member variable of QTabletEvent.
QTableEvent doesn't implement a copy constructor for QTabletEvent,
but Krita does copy events when compressing move events. Both
the original and the copy try to delete the pointer, and poof.

This is strictly a workaround, only valid for Qt 5.12 and should
be removed if this bug is fixed in Qt 5.12.1 or later.

BUG:401988,401988

Details

Committed
remptDec 12 2018, 12:21 PM
Parents
R37:c099ae3e614d: Layer Styles UI: fix for angle selection, small UI tweaks
Branches
Unknown
Tags
Unknown