Skip to content

Commit

Permalink
Hide Panel1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
peterkvt80 committed Jan 22, 2022
1 parent 17a693c commit 73a7125
Show file tree
Hide file tree
Showing 5 changed files with 4,298 additions and 4,816 deletions.
3 changes: 3 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ Attention
=========
Each year update the copyright year in wxTEDMain.cpp.

Other hints
===========
On Windows, select the GNU GCC Compiler(x86)

7 changes: 4 additions & 3 deletions wxTED.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<Option title="wxTED" />
<Option platforms="Windows;Unix;" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Option compiler="gnu_gcc_compiler_x64" />
<Build>
<Target title="Debug">
<Option platforms="Windows;Unix;" />
<Option output="bin/Debug/wxTED" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Option compiler="gnu_gcc_compiler_x64" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-Wshadow" />
Expand All @@ -21,6 +21,7 @@
<Add option="-Wunreachable-code" />
<Add option="-Wall" />
<Add option="-g" />
<Add option="-D__WXMSW__" />
<Add directory="include" />
</Compiler>
</Target>
Expand All @@ -29,7 +30,7 @@
<Option output="bin/Release/wxTED" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
<Option compiler="original_gnu_gcc_compiler" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-O2" />
Expand Down
Loading

0 comments on commit 73a7125

Please sign in to comment.