mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +03:00
Misprints have been fixed
This commit is contained in:
@@ -142,9 +142,9 @@ void ImageItem::setAutoSize(bool autoSize)
|
||||
if (m_autoSize && !m_picture.isNull()){
|
||||
setWidth(image().width());
|
||||
setHeight(image().height());
|
||||
setPosibleResizeDirectionFlags(Fixed);
|
||||
setPossibleResizeDirectionFlags(Fixed);
|
||||
} else {
|
||||
setPosibleResizeDirectionFlags(AllDirections);
|
||||
setPossibleResizeDirectionFlags(AllDirections);
|
||||
}
|
||||
update();
|
||||
notify("autoSize",!autoSize,autoSize);
|
||||
|
Reference in New Issue
Block a user