summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-26 09:17:47 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-26 09:17:47 (GMT)
commit44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c (patch)
treecd15a7be4adf1d6d66b70d57896896824df5d065 /src/declarative/fx
parent65c44a439ab1e21dbcf59e01cefabb35c9c21d72 (diff)
downloadQt-44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c.zip
Qt-44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c.tar.gz
Qt-44f3548fde7cf6a87bd3cc8bb1cc0e63cfc5ca4c.tar.bz2
Resize loader after parameters have changed
Diffstat (limited to 'src/declarative/fx')
-rw-r--r--src/declarative/fx/qfxloader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxloader.cpp b/src/declarative/fx/qfxloader.cpp
index d60c135..da4a280 100644
--- a/src/declarative/fx/qfxloader.cpp
+++ b/src/declarative/fx/qfxloader.cpp
@@ -351,6 +351,8 @@ void QFxLoader::setResizeMode(ResizeMode mode)
connect(resizeItem, SIGNAL(widthChanged()), this, SLOT(_q_updateSize()));
connect(resizeItem, SIGNAL(heightChanged()), this, SLOT(_q_updateSize()));
}
+
+ d->_q_updateSize();
}
}