Fixed Layout unit tests.

This commit is contained in:
Matthias Koefferlein 2017-09-09 19:02:37 +02:00
parent 98b7d0e9a1
commit 55c7b66160
1 changed files with 4 additions and 4 deletions

View File

@ -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 (); }