branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 5 | d3bac044e0f0 |
--- a/demos/embedded/anomaly/src/BrowserView.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/demos/embedded/anomaly/src/BrowserView.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -71,7 +71,7 @@ m_zoomLevels << 100; m_zoomLevels << 110 << 120 << 133 << 150 << 170 << 200 << 240 << 300; - initialize(); + QTimer::singleShot(0, this, SLOT(initialize())); } void BrowserView::initialize()