mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
Fixed issue #1981
This commit is contained in:
@@ -495,7 +495,11 @@ private:
|
||||
|
||||
void set ()
|
||||
{
|
||||
m_object = db::object_with_properties<T> (*m_basic, m_basic.prop_id ());
|
||||
if (! at_end ()) {
|
||||
m_object = db::object_with_properties<T> (*m_basic, m_basic.prop_id ());
|
||||
} else {
|
||||
m_object = db::object_with_properties<T> ();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user