display: fix off-guide image issues
authorJinhyung Jo <jinhyung.jo@samsung.com>
Fri, 11 Nov 2016 09:25:45 +0000 (18:25 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Mon, 14 Nov 2016 07:57:09 +0000 (16:57 +0900)
commit8437ef75ff6e42e2802e0d6d95e88ea5f7071995
tree7dcd6b12b8f5660b7133cdbf2303f8c6f6f32842
parent10313ec1de30cbcd794075e91f002d0d5f727fa3
display: fix off-guide image issues

The off-guide image does not scale and does not rotate
since "ui: reuse resource when it is reusable" commit has been applied.
Now showOffGuideImg() updates the geometry each time it is called.
And delete unnecessary code and clean up the off-guide image code.
The ancestor class of the QLabel, QWidget class, already has similar variable
and manipulation functions for the offGuideShown variable.

Change-Id: I5ae29e12ac2220842f312e3ae2d7cc0b19995d4c
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/ui/displaybase.cpp
tizen/src/ui/displaybase.h