This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
3b49576fa69e71de9003ee03a88ba445bcaa3574
0ad
/
source
/
tools
/
atlas
T
History
historic_bruno
9592c59704
Fixes crash in Atlas color picker tool, noticeable with wxWidgets 3.0. Colors returned by
wxColourData::GetCustomColour
aren't always valid, so we have to test them with
IsOk()
before accessing them.
Fixes
#2805
...
This was SVN commit r15782.
2014-09-21 21:25:51 +00:00
..
AtlasFrontends
…
AtlasObject
…
AtlasUI
Fixes crash in Atlas color picker tool, noticeable with wxWidgets 3.0. Colors returned by
wxColourData::GetCustomColour
aren't always valid, so we have to test them with
IsOk()
before accessing them.
Fixes
#2805
2014-09-21 21:25:51 +00:00
GameInterface
…