diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-15 12:34:36 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-15 12:34:36 +0000 |
commit | bac0deab0f1b7ae8845514970284637f2e9faa68 (patch) | |
tree | f759fbac3eced54ff7ce3ac6fdd0c2ea6c2b053c /wx+/focus.h | |
parent | Merge branch '10.10' into 'master' (diff) | |
parent | remove files deleted in upstream (diff) | |
download | FreeFileSync-bac0deab0f1b7ae8845514970284637f2e9faa68.tar.gz FreeFileSync-bac0deab0f1b7ae8845514970284637f2e9faa68.tar.bz2 FreeFileSync-bac0deab0f1b7ae8845514970284637f2e9faa68.zip |
Merge branch '10.11' into 'master'10.11
10.11
Latest changes:
* Last FreeFileSync version supporting Windows XP and Vista
* Fixed crash on multi-monitor set
* Fixed dialogs not showing after opening UAC prompt
* Support launching through symlink (Linux)
* Added example desktop starter files (Linux)
* Fixed misleading error when determining file permissions support
* Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode
See merge request opensource-tracking/FreeFileSync!8
Diffstat (limited to 'wx+/focus.h')
-rw-r--r-- | wx+/focus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/focus.h b/wx+/focus.h index e2daef79..4ba5f3f5 100644 --- a/wx+/focus.h +++ b/wx+/focus.h @@ -54,7 +54,7 @@ struct FocusPreserver { //wxTopLevelWindow::IsActive() does NOT call Win32 ::GetActiveWindow()! //Instead it checks if ::GetFocus() is set somewhere inside the top level - //Note: Both Win32 active and focus windows are *thread-local* values, while foreground window is global! https://blogs.msdn.microsoft.com/oldnewthing/20131016-00/?p=2913 + //Note: Both Win32 active and focus windows are *thread-local* values, while foreground window is global! https://devblogs.microsoft.com/oldnewthing/20131016-00/?p=2913 if (oldFocusId_ != wxID_ANY) if (wxWindow* oldFocusWin = wxWindow::FindWindowById(oldFocusId_)) |