[NUI] Fix style loading issue when extending control classes (#1550)
authorwoohyun <woo_hyun0705@naver.com>
Tue, 9 Jun 2020 05:24:06 +0000 (14:24 +0900)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 05:24:06 +0000 (14:24 +0900)
commit7a071b0aca35134e0a72c4f0312db94b35fb30ed
tree7c79d6911308c78de7454c9832d1cc9a811db04b
parentc59ee3ec4b0456661cd52ee88d5850b8b64998ed
[NUI] Fix style loading issue when extending control classes (#1550)

When a NUI.Component.Control class was extended, the default style
was not loaded well.
This was because searching style logic was executed with not whole base classes
but only with the inherited class.

Co-authored-by: WooHyun Jung <wh0705.jung@samsung.com>
src/Tizen.NUI.Components/Controls/Control.cs