don't use rand() for selecting the colour of the bitmaps to append, this results...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 14:56:56 +0000 (14:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 14:56:56 +0000 (14:56 +0000)
commitc8d380be4db7bf72539072949209dc816f3e01a7
treed9a2f1978d0a46dfb3b52ec40080c3b951f1c9cd
parentb133e7e27f6582b7a83acd526ba368710f8ac0a9
don't use rand() for selecting the colour of the bitmaps to append, this results in 2 pairs of identical colours here without srand() and looks too much like a bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/bmpcombobox.cpp