Commit 864c8606 authored by Maciej Suminski's avatar Maciej Suminski

Changed ROUTER_PREVIEW_ITEM layer.

parent db252ea8
...@@ -36,6 +36,7 @@ ROUTER_PREVIEW_ITEM::ROUTER_PREVIEW_ITEM( const PNS_ITEM* aItem, VIEW_GROUP* aPa ...@@ -36,6 +36,7 @@ ROUTER_PREVIEW_ITEM::ROUTER_PREVIEW_ITEM( const PNS_ITEM* aItem, VIEW_GROUP* aPa
{ {
m_Flags = 0; m_Flags = 0;
m_parent = aParent; m_parent = aParent;
m_layer = DRAW_N;
if( aItem ) if( aItem )
Update( aItem ); Update( aItem );
......
...@@ -73,7 +73,7 @@ public: ...@@ -73,7 +73,7 @@ public:
virtual void ViewGetLayers( int aLayers[], int& aCount ) const virtual void ViewGetLayers( int aLayers[], int& aCount ) const
{ {
aLayers[0] = GP_OVERLAY; aLayers[0] = m_layer;
aCount = 1; aCount = 1;
} }
......
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