Applied patch [ 1339882 ] richtext misc cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,21 +12,23 @@
|
||||
#ifndef _WX_RICHTEXTCTRL_H_
|
||||
#define _WX_RICHTEXTCTRL_H_
|
||||
|
||||
#include "wx/textctrl.h"
|
||||
#include "wx/richtext/richtextbuffer.h"
|
||||
|
||||
#if wxUSE_RICHTEXT
|
||||
|
||||
#include "wx/scrolwin.h"
|
||||
#include "wx/caret.h"
|
||||
|
||||
#include "wx/richtext/richtextbuffer.h"
|
||||
|
||||
#if wxCHECK_VERSION(2,7,0)
|
||||
#define wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE 0
|
||||
#else
|
||||
#define wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE 0
|
||||
#endif
|
||||
|
||||
#if wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
|
||||
#include "wx/textctrl.h"
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* Styles and flags
|
||||
*/
|
||||
|
Reference in New Issue
Block a user