commit | fc0665c70188ada25aff6d2863014a483338ad55 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Dec 21 19:00:47 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 21 19:00:47 2018 +0000 |
tree | 8388eb0cd43a14e7fa691f80f6b0d32d25807c50 | |
parent | f0c03e62a2fe855ac15a04265d6dc3337c63e360 [diff] | |
parent | c7dbc735d200d78a2129cd1a134e4c7a5d513bb2 [diff] |
Merge "Add a horizontal line at the end of the graphic menu"
diff --git a/screen_ui.cpp b/screen_ui.cpp index 5756054..7fa41c4 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp
@@ -252,6 +252,7 @@ draw_funcs_.SetColor(UIElement::MENU); } + offset += draw_funcs_.DrawHorizontalRule(y + offset); return offset; }