Merge branch 'keep-on-same-display'

Keep window on the same display when its client size is changed.

See #23533.
This commit is contained in:
Vadim Zeitlin 2023-05-10 22:45:02 +01:00
commit 5f5e5c27dd
10 changed files with 161 additions and 77 deletions

View file

@ -88,7 +88,7 @@ jobs:
git fetch --depth=1 origin master
if git diff origin/master \
':**.h' ':**.cpp' \
| grep -E '^\+.*(wxOVERRIDE|wxNOEXCEPT|[^"_@]NULL[^"_])'; then
| grep -E '^\+.*(wxOVERRIDE|wxNOEXCEPT|[^"_@A-Za-z0-9]NULL[^"_A-Za-z0-9])'; then
echo "::error ::Please use C++11 equivalents of the deprecated macros in the new code."
exit 1
fi