This website requires JavaScript.
Explore
Help
Sign in
dallasgroot
/
0ad
Watch
1
Star
0
Fork
You've already forked 0ad
0
mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced
2026-06-19 06:43:58 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
4a68170aeb
0ad
/
source
/
tools
/
atlas
/
AtlasUI
/
CustomControls
/
ColourDialog
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
..
ColourDialog.cpp
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
ColourDialog.h
Add GPL header to Atlas code
2009-06-20 16:13:29 +00:00