Kaydet (Commit) b7ba33e4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

fix non unique property handle

Change-Id: I110feee77ab65bc8f528e85cba7c74063937b086
üst c3e84d4c
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "WrappedGL3DProperties.hxx" #include "WrappedGL3DProperties.hxx"
#include "Chart2ModelContact.hxx" #include "Chart2ModelContact.hxx"
#include "FastPropertyIdRanges.hxx"
#include <unonames.hxx> #include <unonames.hxx>
#include <WrappedProperty.hxx> #include <WrappedProperty.hxx>
#include <DiagramHelper.hxx> #include <DiagramHelper.hxx>
...@@ -24,7 +25,7 @@ namespace { ...@@ -24,7 +25,7 @@ namespace {
enum enum
{ {
PROP_GL3DCHARTTYPE_ROUNDED_EDGE PROP_GL3DCHARTTYPE_ROUNDED_EDGE = FAST_PROPERTY_ID_START_GL_3D
}; };
class WrappedGL3DProperty : public WrappedProperty class WrappedGL3DProperty : public WrappedProperty
......
...@@ -40,7 +40,8 @@ enum FastPropertyIdRanges ...@@ -40,7 +40,8 @@ enum FastPropertyIdRanges
FAST_PROPERTY_ID_START_CHART_SPLINE_PROP = FAST_PROPERTY_ID_START + 15000, FAST_PROPERTY_ID_START_CHART_SPLINE_PROP = FAST_PROPERTY_ID_START + 15000,
FAST_PROPERTY_ID_START_CHART_STOCK_PROP = FAST_PROPERTY_ID_START + 16000, FAST_PROPERTY_ID_START_CHART_STOCK_PROP = FAST_PROPERTY_ID_START + 16000,
FAST_PROPERTY_ID_START_CHART_AUTOPOSITION_PROP = FAST_PROPERTY_ID_START + 17000, FAST_PROPERTY_ID_START_CHART_AUTOPOSITION_PROP = FAST_PROPERTY_ID_START + 17000,
FAST_PROPERTY_ID_START_SCALE_TEXT_PROP = FAST_PROPERTY_ID_START + 18000 FAST_PROPERTY_ID_START_SCALE_TEXT_PROP = FAST_PROPERTY_ID_START + 18000,
FAST_PROPERTY_ID_START_GL_3D = FAST_PROPERTY_ID_START + 19000
}; };
} // namespace chart } // namespace chart
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment