Fixed wrong url query of box on opening PD
authorYunchan Cho <yunchan.cho@samsung.com>
Fri, 28 Jun 2013 08:44:30 +0000 (17:44 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Fri, 28 Jun 2013 09:30:25 +0000 (18:30 +0900)
commite98313d8a31d7b04b1939e6a6148b6ee584c729e
treef1e7f12832599d4012c19d43e02d6cfd7700ee3e
parent8c6fb4c9a16ec04a3fa16e538bbadd3ee5458710
Fixed wrong url query of box on opening PD

[Issue#] DCM-2116
[Problem] wrong width/height data are set to url query of box on loading PD
[Cause] such a case has not been considered, so wrong data has been set to url query of box.
[Solution] showPd function of IRenderView class has new input param for fixing this issue.

Change-Id: I41ce10c5348e271e351767d8cc6fa4a76c38798c
src/Core/Box.cpp
src/Core/Box.h
src/Core/View/IRenderView.h
src/Core/View/PdHelper.cpp
src/Core/View/PdHelper.h
src/Plugin/AppBoxPlugin/AppBoxPluginFactory.cpp
src/Plugin/AppBoxPlugin/AppBoxPluginFactory.h
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.h
src/Plugin/IBoxPluginFactory.h