File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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()));
You can’t perform that action at this time.
0 commit comments