فهرست منبع

Merge hex_viewer from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 سال پیش
والد
کامیت
7ab02692ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hex_viewer/hex_viewer.c

+ 1 - 1
hex_viewer/hex_viewer.c

@@ -34,7 +34,7 @@ HexViewer* hex_viewer_app_alloc() {
 
     //Scene additions
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
+    
 
     app->scene_manager = scene_manager_alloc(&hex_viewer_scene_handlers, app);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);