efl_interface_scrollable: call constructor at first
authorMarcel Hollerbach <marcel@osg.samsung.com>
Tue, 27 Mar 2018 09:34:14 +0000 (11:34 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 11:22:04 +0000 (20:22 +0900)
commitdfcaaaec4fb9f273c5d18648840b9ffe93cb718d
tree53cdb6f0b0fdb2da38594c04394287e836fe2675
parent046bba6fabe2106bd75c36e19c35c1d8a0bb8bae
efl_interface_scrollable: call constructor at first

other calls could lead to a geometry_get call, which will crash if the
constructor of the canvas_object is not called yet.
src/lib/elementary/elm_interface_scrollable.c