Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
dda896d5
Commit
dda896d5
authored
Sep 22, 2014
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dialog fp lib table: fix compatibility issue with wx 2.8
parent
6bae852c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dialog_fp_lib_table.cpp
pcbnew/dialogs/dialog_fp_lib_table.cpp
+3
-1
No files found.
pcbnew/dialogs/dialog_fp_lib_table.cpp
View file @
dda896d5
...
@@ -348,9 +348,11 @@ public:
...
@@ -348,9 +348,11 @@ public:
// We derive from DIALOG_SHIM so prior size will be used anyways.
// We derive from DIALOG_SHIM so prior size will be used anyways.
// select the last selected page
// select the last selected page
m_auinotebook
->
Change
Selection
(
m_pageNdx
);
m_auinotebook
->
Set
Selection
(
m_pageNdx
);
// fire pageChangedHandler() so m_cur_grid gets set
// fire pageChangedHandler() so m_cur_grid gets set
// m_auinotebook->SetSelection will generate a pageChangedHandler()
// event call later, but too late.
wxAuiNotebookEvent
uneventful
;
wxAuiNotebookEvent
uneventful
;
pageChangedHandler
(
uneventful
);
pageChangedHandler
(
uneventful
);
...
...
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