Fix initial state of radio toolbar tools in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Feb 2012 01:20:03 +0000 (01:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Feb 2012 01:20:03 +0000 (01:20 +0000)
commitd4a762e30a64a2c2d023dfc88d97164a3e5b716e
treec3cd3f00f1b40f98b8b69e6ec847429a8653bed0
parentde75a255e55cea16f0bbb1db504f13e64e6058d9
Fix initial state of radio toolbar tools in wxGTK.

The last radio group item was initially checked under wxGTK instead of the
first one, as under the other platforms. Fix this by correcting the check for
the first radio group item which was inversed in wxToolBar::DoInsertTool().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/toolbar.cpp