mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Remove pro/qbs, fix MSVC build
This commit is contained in:
@ -206,7 +206,7 @@ PDFCreateLineTypeTool::PDFCreateLineTypeTool(PDFDrawWidgetProxy* proxy, PDFToolM
|
||||
addTool(m_pickTool);
|
||||
connect(m_pickTool, &PDFPickTool::pointPicked, this, &PDFCreateLineTypeTool::onPointPicked);
|
||||
|
||||
m_fillColor.setAlphaF(0.2);
|
||||
m_fillColor.setAlphaF(0.2f);
|
||||
|
||||
updateActions();
|
||||
}
|
||||
@ -495,7 +495,7 @@ PDFCreateEllipseTool::PDFCreateEllipseTool(PDFDrawWidgetProxy* proxy, PDFToolMan
|
||||
addTool(m_pickTool);
|
||||
connect(m_pickTool, &PDFPickTool::rectanglePicked, this, &PDFCreateEllipseTool::onRectanglePicked);
|
||||
|
||||
m_fillColor.setAlphaF(0.2);
|
||||
m_fillColor.setAlphaF(0.2f);
|
||||
|
||||
updateActions();
|
||||
}
|
||||
|
Reference in New Issue
Block a user