mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0029025: TInspector include files are not installed to inc directory by CMake
TInspector headers are collected in 'inc/tools' directory. Extending DRAW Commands; Eliminating warnings; Improve Export to ShapeView dialog; Avoid crash with QML using;
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <DFBrowserPane_Tools.hxx>
|
||||
#include <inspector/DFBrowserPane_Tools.hxx>
|
||||
|
||||
#include <AIS_DisplayMode.hxx>
|
||||
#include <Graphic3d_MaterialAspect.hxx>
|
||||
@@ -39,7 +39,6 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
//#define REQUIRE_OCAF_REVIEW:8 : start
|
||||
const int TABLE_COLUMN_0_WIDTH = 200;
|
||||
const int TABLE_COLUMN_OTHER_WIDTH = 120;
|
||||
|
||||
@@ -132,4 +131,3 @@ TCollection_AsciiString DFBrowserPane_Tools::ToName (const DFBrowserPane_OcctEnu
|
||||
}
|
||||
return aSStream.str().c_str();
|
||||
}
|
||||
//#define REQUIRE_OCAF_REVIEW:8 : end
|
||||
|
Reference in New Issue
Block a user