mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Previously, it was initialized to zero. Thus, the EVT_INT event wouldn't be triggered if we change the value to zero regardless of the initial value. This change fixes the issue.