From d44974789c8660a7ed440502005230771f491fa8 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Sep 2018 15:29:39 +0200 Subject: [PATCH] docs update for macOS static bitmap --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 4f17402369..f229181029 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -158,6 +158,7 @@ wxOSX: - Fix dispatching pending events (and CallAfter()) in console applications. - Implement wxDataViewColumn::UnsetAsSortKey() (Daniel Kulp). - supporting native image formst like NSImage and UIImage in wxBitmap +- native implementation for wxStaticBitmap for correct rendering of template images wxQt: