mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
WX: Various fixes.
Dolphin no longer lowers itself below the top window when opening. Dolphin no longer draws garbage lines all over the game list. Use the correct platform macros so Dolphin can actually find the translation catalogs on Unix.
This commit is contained in:
@ -1273,7 +1273,9 @@
|
||||
<ClCompile Include="..\..\src\msw\printwin.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\msw\progdlg.cpp" />
|
||||
<ClCompile Include="..\..\src\msw\progdlg.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\msw\radiobox.cpp" />
|
||||
<ClCompile Include="..\..\src\msw\radiobut.cpp" />
|
||||
<ClCompile Include="..\..\src\msw\regconf.cpp" />
|
||||
|
2
Externals/wxWidgets3/wx/wxmsw.h
vendored
2
Externals/wxWidgets3/wx/wxmsw.h
vendored
@ -1209,7 +1209,7 @@
|
||||
|
||||
// Set to 0 to disable the use of the native progress dialog (currently only
|
||||
// available under MSW and suffering from some bugs there, hence this option).
|
||||
#define wxUSE_NATIVE_PROGRESSDLG 1
|
||||
#define wxUSE_NATIVE_PROGRESSDLG 0
|
||||
|
||||
// support for startup tips (wxShowTip &c)
|
||||
#define wxUSE_STARTUP_TIPS 1
|
||||
|
Reference in New Issue
Block a user