Bitmaps: Pass wxWindow context in a few more places
This commit is contained in:
parent
d399ebacc9
commit
81f4ce5f2e
5 changed files with 25 additions and 25 deletions
src/slic3r/GUI
|
@ -61,7 +61,7 @@ DPIFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAU
|
|||
/* Load default preset bitmaps before a tabpanel initialization,
|
||||
* but after filling of an em_unit value
|
||||
*/
|
||||
wxGetApp().preset_bundle->load_default_preset_bitmaps();
|
||||
wxGetApp().preset_bundle->load_default_preset_bitmaps(this);
|
||||
|
||||
// initialize tabpanel and menubar
|
||||
init_tabpanel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue