Commit 018ffe7e authored by jean-pierre charras's avatar jean-pierre charras

fix bug: EDA_ITEM::m_forceVisible not initialized in constructor.

parent a180518f
......@@ -87,6 +87,8 @@ void EDA_ITEM::InitVars()
SetTimeStamp( 0 ); // Time stamp used for logical links
m_Status = 0;
m_Selected = 0; // Used by block commands, and selective editing
m_forceVisible = false; // true to override the visibility setting of the item.
}
......
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