From f005863ac3e3106f3da9fd337ab0a20da0cd4b83 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 13 May 2004 21:56:23 +0000 Subject: BUGFIX for 1314: Fix page initialization on first start of drawpad. Problem was caused by a race condition. Developers: If you have todo initializations which depend on the widget layout being finished, _don't_ do this in the widget constructor but in a callback from the mainloop, i.e. via QTimer::singleShot( 10, this, SLOT( myInitialization() ) ); --- (limited to 'apps') -- cgit v0.9.0.2