paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-dev] Misc. fixes


From: Martin Bickel
Subject: [paragui-dev] Misc. fixes
Date: Sun, 21 Aug 2005 21:58:26 +0200

Hi,

here is another patch fixing some problems:
* The Tooltip-Ticker was not initialized
* The latest changes of PG_TimerObject rendered it unusable:
objSingleTimer was set and immediately reset by StopTimer. I've changed
their order .
* Radiobuttons had to be Grouped on construction. If they were grouped
later and all Radiobuttons were pressed (which is the default after
construction), they could not be used because a click on any
RadioButton was ignored since it was already pressed. I've moved the
check for ignoring clicks after the group check.

Martin

Attachment: pg-diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]