mirror of https://github.com/KLayout/klayout.git
Fixed Layout unit tests.
This commit is contained in:
parent
98b7d0e9a1
commit
55c7b66160
|
|
@ -213,10 +213,10 @@ struct EventListener
|
|||
bboxes_dirty (false),
|
||||
bboxes_all_dirty (false),
|
||||
hier_dirty (false),
|
||||
dbu_dirty (true),
|
||||
cell_name_dirty (true),
|
||||
property_ids_dirty (true),
|
||||
layer_properties_dirty (true)
|
||||
dbu_dirty (false),
|
||||
cell_name_dirty (false),
|
||||
property_ids_dirty (false),
|
||||
layer_properties_dirty (false)
|
||||
{ }
|
||||
|
||||
void reset () { *this = EventListener (); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue