mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-10 10:01:25 +03:00
Dialog designer support has been added to CMakeLists.txt
This commit is contained in:
@@ -168,6 +168,7 @@ QGraphicsLineItem *BorderFrameEditor::createSideLine(LimeReport::BaseDesignIntf:
|
||||
case BaseDesignIntf::BorderSide::BottomLine:
|
||||
return scene->addLine(QLineF(10, rect().bottom() - 10, rect().width() - 10, rect().bottom() - 10), m_pen);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void BorderFrameEditor::updateBorders()
|
||||
|
||||
Reference in New Issue
Block a user