From 833d947959e424126907d552840203a557097e8f Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 25 May 2020 19:45:57 +0200 Subject: [PATCH] csg: add a FIXME to tell the code may be cleaner --- radiant/csg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/radiant/csg.cpp b/radiant/csg.cpp index 27f05bf5..4ecbf5cc 100644 --- a/radiant/csg.cpp +++ b/radiant/csg.cpp @@ -1028,6 +1028,7 @@ static gboolean CSGdlg_delete( GtkWidget *widget, GdkEventAny *event, CSGToolDia } void CSG_Tool(){ + // FIXME: there is probably improvements to do less raw GTK stuff, more GTK wrapper if ( !g_csgtool_dialog.allocated ) { g_csgtool_dialog.allocated = true; g_csgtool_dialog.window = MainFrame_getWindow().create_dialog_window( "CSG Tool", G_CALLBACK( CSGdlg_delete ), &g_csgtool_dialog ); -- 2.39.2