瀏覽代碼

- hopefully this will solve the conflict

Marius Stanciu 7 年之前
父節點
當前提交
969eb933fb
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      FlatCAMObj.py

+ 1 - 4
FlatCAMObj.py

@@ -554,10 +554,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
                     # Propagate options
                     geo_obj.options["cnctooldia"] = self.options["isotooldia"]
                     geo_obj.solid_geometry = generate_envelope (offset, i == 0)
-
-                    # The following line is commented because it creates errors
-                    # regarding QPixmaps used outside GUI thread
-                    # app_obj.info("Isolation geometry created: %s" % geo_obj.options["name"])
+                    app_obj.inform.emit("Isolation geometry created: %s" % geo_obj.options["name"])
 
                 # TODO: Do something if this is None. Offer changing name?
                 self.app.new_object("geometry", iso_name, iso_init)