mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0028060: Samples - Objects in Geometry/Viewer2d have incorrect color
Broken custom presentations Sample2D_Text and ISession_Text have been replaced by AIS_TextLabel. ISession2D_Curve::Compute() - fixed defining the group without presentation aspects. GeomSources - fixed assigning custom attributes.
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
#include <AIS_InteractiveContext.hxx>
|
||||
#include <AIS_Shape.hxx>
|
||||
#include <AIS_Point.hxx>
|
||||
#include <AIS_TextLabel.hxx>
|
||||
#include <Aspect_Grid.hxx>
|
||||
#include <Aspect_Window.hxx>
|
||||
#include <Aspect_Background.hxx>
|
||||
@@ -270,7 +271,6 @@
|
||||
#include "ISession_Direction.h"
|
||||
#include "ISession_Curve.h"
|
||||
#include "ISession_Surface.h"
|
||||
#include "ISession_Text.h"
|
||||
#include "ISession_Point.h"
|
||||
|
||||
#include <UnitsAPI.hxx>
|
||||
|
Reference in New Issue
Block a user