No changes whatsoever, just remove trailing whitespace.
There are no real changes in this commit but it removes all trailing white space from our source files. This avoids problems when applying patches and making diffs and it would be nice to prevent it from reappearing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -629,7 +629,7 @@ protected:
|
||||
wxColour m_button_bar_active_background_top_colour;
|
||||
wxColour m_button_bar_active_background_top_gradient_colour;
|
||||
wxColour m_gallery_button_background_colour;
|
||||
wxColour m_gallery_button_background_gradient_colour;
|
||||
wxColour m_gallery_button_background_gradient_colour;
|
||||
wxColour m_gallery_button_hover_background_colour;
|
||||
wxColour m_gallery_button_hover_background_gradient_colour;
|
||||
wxColour m_gallery_button_active_background_colour;
|
||||
|
@@ -66,7 +66,7 @@ public:
|
||||
const wxString& label,
|
||||
const wxBitmap& bitmap,
|
||||
const wxString& help_string = wxEmptyString);
|
||||
|
||||
|
||||
virtual wxRibbonButtonBarButtonBase* AddButton(
|
||||
int button_id,
|
||||
const wxString& label,
|
||||
|
@@ -23,7 +23,7 @@ enum wxRibbonPanelOption
|
||||
wxRIBBON_PANEL_NO_AUTO_MINIMISE = 1 << 0,
|
||||
wxRIBBON_PANEL_EXT_BUTTON = 1 << 3,
|
||||
wxRIBBON_PANEL_MINIMISE_BUTTON = 1 << 4,
|
||||
|
||||
|
||||
wxRIBBON_PANEL_DEFAULT_STYLE = 0,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user