Skip to content

Commit 40ea5e0

Browse files
authored
Is it necessary?
1 parent 15b3037 commit 40ea5e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/slic3r/GUI/GUI_App.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2559,12 +2559,12 @@ bool GUI_App::on_init_inner()
25592559
//sidebar().aux_list()->init_auxiliary();
25602560
mainframe->m_project->init_auxiliary();
25612561

2562-
#ifdef __WXGTK3__
2563-
GtkWidget* gtk_topbar = static_cast<GtkWidget*>(mainframe->topbar()->GetHandle());
2564-
if (gtk_topbar) {
2565-
gtk_window_set_titlebar(GTK_WINDOW(mainframe->GetHandle()), gtk_topbar);
2566-
}
2567-
#endif
2562+
//#ifdef __WXGTK3__
2563+
// GtkWidget* gtk_topbar = static_cast<GtkWidget*>(mainframe->topbar()->GetHandle());
2564+
// if (gtk_topbar) {
2565+
// gtk_window_set_titlebar(GTK_WINDOW(mainframe->GetHandle()), gtk_topbar);
2566+
// }
2567+
//#endif
25682568

25692569
// #ifdef __WXGTK3__
25702570
// gtk_window_set_titlebar(GTK_WINDOW(mainframe), GTK_WIDGET(mainframe->topbar()));

0 commit comments

Comments
 (0)