CtrlCore: Fixed DHCtrl related Refresh issue, CtrlLib: Fixed margin issue in RichTextView

git-svn-id: svn://ultimatepp.org/upp/trunk@12429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-10-30 11:27:00 +00:00
parent 963810235e
commit d87f3accaa
8 changed files with 13 additions and 35 deletions

View file

@ -507,7 +507,6 @@ private:
bool popup:1;
bool popupgrab:1;
byte backpaint:2;//2
bool hasdhctrl:1;
bool akv:1;
bool destroying:1;
@ -635,8 +634,6 @@ private:
void UpdateArea(SystemDraw& draw, const Rect& clip);
Ctrl *GetTopRect(Rect& r, bool inframe, bool clip = true);
void DoSync(Ctrl *q, Rect r, bool inframe);
bool HasDHCtrl() const;
void SyncDHCtrl();
void SetInfoPart(int i, const char *txt);
String GetInfoPart(int i) const;
@ -725,6 +722,8 @@ private:
#endif
static void InstallPanicBox();
bool IsDHCtrl() const;
private:
void DoRemove();