From 73a7125df5f7c8293fec5c90ed37bc5002e0b4a6 Mon Sep 17 00:00:00 2001 From: Peter Kwan Date: Sat, 22 Jan 2022 10:17:52 +0000 Subject: [PATCH] Hide Panel1 Panel1 needs to be hidden on Windows or it puts up a grey rectangle. On Linux it must not be hidden in order to get keyboard input. --- release.txt | 3 + wxTED.cbp | 7 +- wxTED.depend | 9022 +++++++++++++++++++++++-------------------------- wxTED.layout | 80 + wxTEDMain.cpp | 2 +- 5 files changed, 4298 insertions(+), 4816 deletions(-) create mode 100644 wxTED.layout diff --git a/release.txt b/release.txt index 7009609..75831cb 100644 --- a/release.txt +++ b/release.txt @@ -36,4 +36,7 @@ Attention ========= Each year update the copyright year in wxTEDMain.cpp. +Other hints +=========== +On Windows, select the GNU GCC Compiler(x86) diff --git a/wxTED.cbp b/wxTED.cbp index ea8d648..d600421 100644 --- a/wxTED.cbp +++ b/wxTED.cbp @@ -5,14 +5,14 @@