fix issue that selection box appears in single selection listbox(#204)

This commit is contained in:
Jinhao
2017-05-04 05:08:07 +08:00
parent aab3686037
commit abda8e55ec
2 changed files with 8 additions and 5 deletions

View File

@@ -70,7 +70,8 @@ namespace skeletons
void change_position(int pos, bool aligned, bool horz);
void move_origin(const point& skew);
/// Returns true if the origin is moved
bool move_origin(const point& skew);
void sync(bool try_update);