From kde-commits Sun Mar 31 22:31:43 2002 From: Joseph Wenninger Date: Sun, 31 Mar 2002 22:31:43 +0000 To: kde-commits Subject: kdelibs/kate/part X-MARC-Message: https://marc.info/?l=kde-commits&m=101761398625728 kdelibs/kate/part katebuffer.cpp,1.43,1.44 katebuffer.h,1.17,1.18 katecodefoldinghelpers.cpp,1.8,1.9 katecodefoldinghelpers.h,1.5,1.6 katedocument.cpp,1.177,1.178 katehighlight.cpp,1.52,1.53 katehighlight.h,1.24,1.25 katetextline.h,1.27,1.28 kateviewinternal.cpp,1.13,1.14 Author: jowenn Mon Apr 1 00:31:43 CEST 2002 In directory office:/tmp/cvs-serv21024 Modified Files: katebuffer.cpp katebuffer.h katecodefoldinghelpers.cpp katecodefoldinghelpers.h katedocument.cpp katehighlight.cpp katehighlight.h katetextline.h kateviewinternal.cpp Log Message: A small display update fix. And most important the fix for wrong regions, introduced by Christoph's change to QMemArray. I knew there was something I don't like about the QMemArray class. Now I know again, what it is. It's the handling of a resize(0), which doesn't notify all classes sharing the same internal memory