mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0022819: Redesign of OpenGl driver Additional integration
This commit is contained in:
@@ -248,7 +248,7 @@ void OpenGl_GraphicDriver::SetTextAttributes (const Standard_CString Font, const
|
||||
{
|
||||
CALL_DEF_CONTEXTTEXT aContextText = myDefaultContextText;
|
||||
|
||||
aContextText.Font = (char*)Font;
|
||||
aContextText.Font = Font;
|
||||
aContextText.DisplayType = AType;
|
||||
aContextText.Color.r = R;
|
||||
aContextText.Color.g = G;
|
||||
|
Reference in New Issue
Block a user