Fixed tab selection bug
Slight improvement to kerning-related jumpy text when selecting Default tab efficiency improvement and naming conventions cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1205,9 +1205,21 @@ public:
|
||||
/// Get combined attributes of the base style and paragraph style.
|
||||
wxTextAttrEx GetCombinedAttributes() const;
|
||||
|
||||
/// Create default tabstop array
|
||||
static void InitDefaultTabs();
|
||||
|
||||
/// Clear default tabstop array
|
||||
static void ClearDefaultTabs();
|
||||
|
||||
/// Get default tabstop array
|
||||
static const wxArrayInt& GetDefaultTabs() { return sm_defaultTabs; }
|
||||
|
||||
protected:
|
||||
/// The lines that make up the wrapped paragraph
|
||||
wxRichTextLineList m_cachedLines;
|
||||
|
||||
/// Default tabstops
|
||||
static wxArrayInt sm_defaultTabs;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user