Inherit LoadFile and SaveFile from wxTextCtrlBase, reduce
flicker caused by SetValue (the text itself still flickers a bit, but now borders don't). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -87,8 +87,6 @@ public: | ||||
|     virtual void GetSelection(long* from, long* to) const; | ||||
|     virtual bool IsEditable() const ; | ||||
|      | ||||
|     virtual bool LoadFile(const wxString& file); | ||||
|     virtual bool SaveFile(const wxString& file); | ||||
|     virtual void WriteText(const wxString& text); | ||||
|     virtual void AppendText(const wxString& text); | ||||
|     virtual void DiscardEdits(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user