Fix member variable capitalisation
This commit is contained in:
parent
d2d61c4da3
commit
78e6000e72
@ -333,7 +333,7 @@ void IconItem::geometryChanged(const QRectF &newGeometry,
|
|||||||
const QRectF &oldGeometry)
|
const QRectF &oldGeometry)
|
||||||
{
|
{
|
||||||
if (newGeometry.size() != oldGeometry.size()) {
|
if (newGeometry.size() != oldGeometry.size()) {
|
||||||
m_sizechanged = true;
|
m_sizeChanged = true;
|
||||||
update();
|
update();
|
||||||
if (newGeometry.width() > 0 && newGeometry.height() > 0) {
|
if (newGeometry.width() > 0 && newGeometry.height() > 0) {
|
||||||
if (!m_loadPixmapTimer.isActive()) {
|
if (!m_loadPixmapTimer.isActive()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user