Skip to content
Commit 31b0bf7f authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Prevent possible endless recursion in PanelView event handling

PanelView::event() generates new events and sends them to itself via
QCoreApplication::sendEvent(), which calls the event() handler directly. To
prevent possible stack overflow, we use QCoreApplication::postEvent() to
dispatch the events from event loop.

REVIEW: 124375
parent 36886a4e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment