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
6f1af630
Commit
6f1af630
authored
Jan 21, 2011
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wx hack: autosize toolbar buttons
parent
e1ef2a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
tools/wx-changes/fixes.txt
tools/wx-changes/fixes.txt
+15
-0
No files found.
tools/wx-changes/fixes.txt
View file @
6f1af630
...
@@ -156,3 +156,18 @@ patch: apply http://trac.wxwidgets.org/ticket/8556
...
@@ -156,3 +156,18 @@ patch: apply http://trac.wxwidgets.org/ticket/8556
should be in 2.10 and HEAD already
should be in 2.10 and HEAD already
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
purpose: Allow different size toolbar buttons
patch: see http://stackoverflow.com/questions/868637/wxtoolbar-with-dynamically-sized-buttons
file: src/msw/tbar95.cpp
line: 989 (wx2.8.11)
old:
bitmapId++;
break;
new:
// @@@ See http://stackoverflow.com/questions/868637/wxtoolbar-with-dynamically-sized-buttons
button.fsStyle |= TBSTYLE_AUTOSIZE;
bitmapId++;
break;
// -----------------------------------------------------------------------------
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