From fc71e66e5186fb75206290deca2b9a6cfbefa9ac Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 12 Jun 2021 09:59:08 -0400 Subject: add upstream 11.11 --- wx+/file_drop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/file_drop.h') 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 -- cgit