More small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4f55a07f9f
commit
606b005fb2
@ -17,6 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <wx/docview.h>
|
||||
#include <wx/cmdproc.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/wxexpr.h>
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <wx/docview.h>
|
||||
#include <wx/cmdproc.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/wxexpr.h>
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
#define __DOCSAMPLEH__
|
||||
|
||||
#include "wx/docview.h"
|
||||
#include "wx/cmdproc.h"
|
||||
|
||||
// Plots a line from one point to the other
|
||||
class DoodleLine: public wxObject
|
||||
|
@ -3503,6 +3503,8 @@ wxGrid::wxGrid( wxWindow *parent,
|
||||
|
||||
wxGrid::~wxGrid()
|
||||
{
|
||||
// Must do this or ~wxScrollHelper will pop the wrong event handler
|
||||
SetTargetWindow(this);
|
||||
ClearAttrCache();
|
||||
wxSafeDecRef(m_defaultCellAttr);
|
||||
|
||||
|
@ -101,6 +101,10 @@ SOURCE=.\common\cmdline.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\common\cmdproc.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\common\cmndata.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -104,6 +104,10 @@ SOURCE=.\common\clipcmn.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\common\cmdproc.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\common\cmdline.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Loading…
Reference in New Issue
Block a user