mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 20:26:09 +08:00
Removed unused method
This commit is contained in:
parent
112898f4e9
commit
3bc4eeea89
@ -227,9 +227,6 @@ class previewPanel(wx.Panel):
|
||||
sizer.Add(self.toolbar2, 0, flag=wx.EXPAND|wx.BOTTOM|wx.LEFT|wx.RIGHT, border=1)
|
||||
self.SetSizer(sizer)
|
||||
|
||||
def GetBitmap(self, bitmapFilename):
|
||||
return wx.Bitmap(os.path.join(os.path.split(__file__)[0], "../images", bitmapFilename))
|
||||
|
||||
def OnPopupDisplay(self, e):
|
||||
self.UpdatePopup(e.GetEventObject())
|
||||
self.popup.Show(True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user