17 Mar
2008
17 Mar
'08
3:46 p.m.
Module: wine Branch: master Commit: a86d7bdcea5c038d63e9fd8798d79f1412ad0dc1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a86d7bdcea5c038d63e9fd8798... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Sun Mar 16 21:47:08 2008 +0100 richedit: Pass left margin around when computing the size of a run, so that a tab will get a correct size. --- dlls/riched20/caret.c | 7 +++++-- dlls/riched20/editor.h | 6 +++--- dlls/riched20/run.c | 26 ++++++++++++++------------ dlls/riched20/wrap.c | 23 +++++++++++++++-------- 4 files changed, 37 insertions(+), 25 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a86d7bdcea5c038d63e9fd...