mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Trim Whitespace art directory
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# This file was generated by famfamfam_flags.py
|
||||
#
|
||||
|
||||
"""
|
||||
"""
|
||||
See: http://www.famfamfam.com/lab/icons/flags
|
||||
|
||||
FamFamFam Flag icons are available free for any purpose
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
# Name: img2pyartprov.py
|
||||
# Purpose:
|
||||
# Purpose:
|
||||
#
|
||||
# Author: Riaan Booysen
|
||||
#
|
||||
@@ -45,7 +45,7 @@ class Img2PyArtProvider(wx.ArtProvider):
|
||||
|
||||
def GenerateArtIdList(self):
|
||||
return [self.artIdPrefix+name for name in self.index]
|
||||
|
||||
|
||||
def CreateBitmap(self, artId, artClient, size):
|
||||
if artId.startswith(self.artIdPrefix):
|
||||
name = artId[len(self.artIdPrefix):]
|
||||
|
Reference in New Issue
Block a user