The alignment controls are now left-aligned if the floating controls are not shown.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,10 +157,10 @@ public:
|
||||
/// wxEVT_UPDATE_UI event handler for ID_RICHTEXT_BOTTOM_UNITS
|
||||
void OnRichtextBottomUnitsUpdate( wxUpdateUIEvent& event );
|
||||
|
||||
/// wxEVT_BUTTON event handler for ID_RICHTEXT_PARA_UP
|
||||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_RICHTEXT_PARA_UP
|
||||
void OnRichtextParaUpClick( wxCommandEvent& event );
|
||||
|
||||
/// wxEVT_BUTTON event handler for ID_RICHTEXT_PARA_DOWN
|
||||
/// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_RICHTEXT_PARA_DOWN
|
||||
void OnRichtextParaDownClick( wxCommandEvent& event );
|
||||
|
||||
////@end wxRichTextSizePage event handler declarations
|
||||
|
Reference in New Issue
Block a user