#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/utils.h"
+ #include "wx/msgdlg.h"
#endif
#include "wx/fontutil.h"
-#include "wx/msgdlg.h"
#include "wx/gtk/private.h"
static
bool gtk_fontdialog_delete_callback( GtkWidget *WXUNUSED(widget), GdkEvent *WXUNUSED(event), wxDialog *win )
{
- if (g_isIdle)
- wxapp_install_idle_handler();
+ // don't need to install idle handler, its done from "event" signal
/*
printf( "OnDelete from " );