mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
CMake file
Update to C++ 11: std::shared_ptr, for each loops Update to wxWidgets 3.0+
This commit is contained in:
@@ -956,7 +956,7 @@ void GraphValueAxis::draw(RotatedDC& dc, int current, DrawLayer layer) const {
|
||||
// highlight?
|
||||
if (i == highlight) {
|
||||
wxFont font(*wxNORMAL_FONT);
|
||||
font.SetWeight(wxBOLD);
|
||||
font.SetWeight(wxFONTWEIGHT_BOLD);
|
||||
dc.SetFont(font);
|
||||
dc.SetPen(fg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user