mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Improve opening time of dxf
This commit is contained in:
parent
e57ba72d7c
commit
02769fe881
@ -63,5 +63,9 @@ void OpenElmtCommand::redo()
|
||||
m_scene->addItems(m_graphics_item.toVector());
|
||||
}
|
||||
|
||||
m_scene->slot_select(m_graphics_item);
|
||||
#pragma message("@TODO uncommante slot_select when fixed, see itemChange function for each primitve")
|
||||
//Commented because take a lot of time
|
||||
//when a lot of primitive are loaded
|
||||
//need work
|
||||
//m_scene->slot_select(m_graphics_item);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user