elm_code: cursor visbility fix.
authorAlastair Poole <netstar@gmail.com>
Tue, 14 Jul 2020 11:11:48 +0000 (12:11 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 14 Jul 2020 22:29:17 +0000 (07:29 +0900)
commit088aafd7e12dd850331f5ff004f13babccab819c
tree52d6618acef4b444b1f3b51bf30c3f3ecf92c7da
parent85b3e31079917bd68302b364e6a5c3ba51974b37
elm_code: cursor visbility fix.

If the widget is scrollable on the x axis, the cursor was being
displayed in some rare cases when scrolling and the code widget
did not cover the whole window region. e.g. a filepanel to the
left of the widget could potentially have the cursor erroneously
shown. This fixes as per the y axis hide.

@fix
src/lib/elementary/elm_code_widget.c