mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
First functional example, ADC an Framebuffer Test
This commit is contained in:
1
Software/sie_cg/block_editor/arrow.cpp
Normal file → Executable file
1
Software/sie_cg/block_editor/arrow.cpp
Normal file → Executable file
@@ -271,6 +271,7 @@ void Arrow::setVisibleCorners(bool visible)
|
||||
{
|
||||
foreach (lineItem *line, myCLines) {
|
||||
line->setVisible(visible);
|
||||
line->setZValue(2000.0);
|
||||
}
|
||||
if(myOwnerScene->items().indexOf(SECLine)!=-1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user