You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is caused by calling swt_fixed_remove with fixedHandle == 0. The fix is to check if the widget to be destroyed is a GtkWindow, and then calling the appropriate gtk_window_destroy() call.
This error is caused by calling swt_fixed_remove with fixedHandle == 0. The fix is to check if the widget to be destroyed is a GtkWindow, and then calling the appropriate gtk_window_destroy() call.
Tracked in #228
The text was updated successfully, but these errors were encountered: