Fixed default font for legends in respect to the OS

This commit is contained in:
YuSanka 2019-04-26 13:07:31 +02:00
parent 046466164f
commit 127a78d953
2 changed files with 15 additions and 8 deletions

View file

@ -354,7 +354,7 @@ private:
void render(const GLCanvas3D& canvas) const;
// function used to get an information for rescaling of the warning
void rescale(const GLCanvas3D& canvas);
void msw_rescale(const GLCanvas3D& canvas);
private:
static const unsigned char Background_Color[3];