Fixed|libgui: Window init notification gets lost
For some strange reason (currently using Qt 5.7.0), the QTimersingleshot to trigger Canvas::notifyReady() was randomly (but seldom)not being called.
Now using LoopCallback to ensure that the init notification reallygoes out and the window can begin painting itself.
View differences
Fixed|libgui: Window init notification gets lost
For some strange reason (currently using Qt 5.7.0), the QTimer
singleshot to trigger Canvas::notifyReady() was randomly (but seldom)
not being called.
Now using LoopCallback to ensure that the init notification really
goes out and the window can begin painting itself.