tabstop weird experience if it processes tabstop

This commit is contained in:
Jinhao 2017-07-08 11:22:18 +08:00
parent d4fb5a226f
commit 255f5851c6

View File

@ -282,8 +282,10 @@ namespace nana
reset_text();
//Spinbox doesn't process the tabstop unlike other text editors.
//Otherwise it would bring a weird user experience.
//Issued by jk.
API::tabstop(wd);
API::eat_tabstop(wd, true);
API::effects_edge_nimbus(wd, effects::edge_nimbus::active);
API::effects_edge_nimbus(wd, effects::edge_nimbus::over);
reset_text_area();