Beremiz_service.py
changeset 1746 45d6f5fba016
parent 1745 f9d32913bad4
child 1747 6046ffa2280f
--- a/Beremiz_service.py	Wed Aug 16 11:47:27 2017 +0300
+++ b/Beremiz_service.py	Wed Aug 16 12:03:46 2017 +0300
@@ -287,7 +287,7 @@
                 elif "wxGTK" in wx.PlatformInfo:
                     img = img.Scale(22, 22)
                 # wxMac can be any size upto 128x128, so leave the source img alone....
-                icon = wx.IconFromBitmap(img.ConvertToBitmap() )
+                icon = wx.IconFromBitmap(img.ConvertToBitmap())
                 return icon
 
             def OnTaskBarStartPLC(self, evt):