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 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c26832..de27eb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2004-??-?? The Opie Team + * Fixed Drawpad initialization (Bug #1314) (mickeyl) * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) * Added Conversion tool for pim-data (eilers) * Modifcation of the PIM API for providing generic use of OPimRecords. (eilers) -- cgit v0.9.0.2