diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-12 16:51:25 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-12 16:51:25 +0000 |
commit | d22ca0d17503de5733c909764cd54b586b52134f (patch) | |
tree | b8076aea9d6e6408500ea8925ff233c2159a220b /wx+ | |
parent | Merge branch '11.10' into 'master' (diff) | |
parent | add upstream 11.11 (diff) | |
download | FreeFileSync-d22ca0d17503de5733c909764cd54b586b52134f.tar.gz FreeFileSync-d22ca0d17503de5733c909764cd54b586b52134f.tar.bz2 FreeFileSync-d22ca0d17503de5733c909764cd54b586b52134f.zip |
Merge branch '11.11' into 'master'11.11
add upstream 11.11
See merge request opensource-tracking/FreeFileSync!34
Diffstat (limited to 'wx+')
-rw-r--r-- | wx+/file_drop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/file_drop.h b/wx+/file_drop.h index e5de8f95..68024091 100644 --- a/wx+/file_drop.h +++ b/wx+/file_drop.h @@ -18,7 +18,7 @@ namespace zen { /* register simple file drop event (without issue of freezing dialogs and without wxFileDropTarget overdesign) CAVEAT: a drop target window must not be directly or indirectly contained within a wxStaticBoxSizer until the following wxGTK bug - is fixed. According to wxWidgets release cycles this is expected to be: never http://trac.wxwidgets.org/ticket/2763 + is fixed. According to wxWidgets release cycles this is expected to be: never https://trac.wxwidgets.org/ticket/2763 1. setup a window to emit EVENT_DROP_FILE: - simple file system paths: setupFileDrop |