Merge pull request #7654 from natinusala/ozone

ozone: fix flickering sidebar cursor
This commit is contained in:
Twinaphex 2018-11-26 14:23:28 +01:00 committed by GitHub
commit 0bf3007f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -812,7 +812,6 @@ static void ozone_update_scroll(ozone_handle_t *ozone, bool allow_animation, ozo
else
{
ozone->selection_old = ozone->selection;
ozone->animations.cursor_alpha = 1.0f;
ozone->animations.scroll_y = new_scroll;
}
}