This commit is contained in:
qPCR4vir 2018-11-13 19:42:07 +01:00
parent c0de9ee460
commit 201e13d687

View File

@ -6074,6 +6074,7 @@ namespace nana
{ {
internal_scope_guard lock; internal_scope_guard lock;
return _m_ess().header.move_to_view_pos(abs_pos, view_pos, true); return _m_ess().header.move_to_view_pos(abs_pos, view_pos, true);
_m_ess().update();
} }
/// Sort columns in range first_col to last_col inclusive using a row /// Sort columns in range first_col to last_col inclusive using a row
@ -6105,6 +6106,7 @@ namespace nana
{ {
move_column(new_idx[i],i+first_col); move_column(new_idx[i],i+first_col);
} }
_m_ess().update();
} }
//end class listbox //end class listbox