Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
66275038
Commit
66275038
authored
Apr 16, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
that should be all
parent
0239cca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
tools/wx-changes/fixes.txt
tools/wx-changes/fixes.txt
+23
-1
No files found.
tools/wx-changes/fixes.txt
View file @
66275038
...
@@ -49,7 +49,7 @@ new:
...
@@ -49,7 +49,7 @@ new:
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
purpose: Draw 'checked' menu items with a border
purpose: Draw 'checked' menu items with a border
file: src
\msw\
ownerdrw.cpp
file: src
/msw/
ownerdrw.cpp
line: 464
line: 464
old:
old:
// there should be enough space!
// there should be enough space!
...
@@ -128,3 +128,25 @@ new:
...
@@ -128,3 +128,25 @@ new:
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
purpose: Don't mess with the default GUI font for no reason
file: src/msw/settings.cpp
line: 226
old:
wxNativeFontInfo info;
info.lf = lf;
#ifndef __WXWINCE__
// We want Windows 2000 or later to have new fonts even MS Shell Dlg
// is returned as default GUI font for compatibility
int verMaj;
if(index == DEFAULT_GUI_FONT && wxGetOsVersion(&verMaj) == wxOS_WINDOWS_NT && verMaj >= 5)
wxStrcpy(info.lf.lfFaceName, wxT("MS Shell Dlg 2"));
#endif
// Under MicroWindows we pass the HFONT as well
new:
wxNativeFontInfo info;
info.lf = lf;
//@@@ 2006-11-21: Don't mess with my Default GUI Font!
// Under MicroWindows we pass the HFONT as well
// -----------------------------------------------------------------------------
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment