mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
963810235e
commit
d87f3accaa
8 changed files with 13 additions and 35 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue