Group headers together in wxTextCtrl unit test

No real changes.
This commit is contained in:
Vadim Zeitlin
2019-01-24 22:51:06 +01:00
parent 42c602bddf
commit 7c831d25ee

View File

@@ -24,11 +24,11 @@
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/scopeguard.h" #include "wx/scopeguard.h"
#include "wx/uiaction.h"
#include "textentrytest.h" #include "textentrytest.h"
#include "testableframe.h" #include "testableframe.h"
#include "asserthelper.h" #include "asserthelper.h"
#include "wx/uiaction.h"
static const int TEXT_HEIGHT = 200; static const int TEXT_HEIGHT = 200;