diff options
author | B. Stack <bgstack15@gmail.com> | 2024-05-10 11:21:56 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-05-10 11:21:56 -0400 |
commit | 7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7 (patch) | |
tree | 3ed84995318afbd82d5d98a2ba044f9ba58b57c6 /wx+/grid.h | |
parent | add upstream 13.5 (diff) | |
download | FreeFileSync-7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7.tar.gz FreeFileSync-7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7.tar.bz2 FreeFileSync-7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7.zip |
add upstream 13.613.6
Diffstat (limited to 'wx+/grid.h')
-rw-r--r-- | wx+/grid.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ #define GRID_H_834702134831734869987 #include <memory> -#include <numeric> +//#include <numeric> #include <optional> #include <vector> #include <zen/stl_tools.h> @@ -122,7 +122,7 @@ public: static wxColor getColorSelectionGradientFrom(); static wxColor getColorSelectionGradientTo(); - static void drawCellText(wxDC& dc, const wxRect& rect, const std::wstring& text, + static void drawCellText(wxDC& dc, const wxRect& rect, const std::wstring_view text, int alignment = wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL, const wxSize* textExtentHint = nullptr); static wxRect drawCellBorder(wxDC& dc, const wxRect& rect); //returns inner rectangle |