|
@@ -1346,8 +1346,8 @@ class BarscalesComboBox(PictureComboBox):
|
|
class NArrowsComboBox(PictureComboBox):
|
|
class NArrowsComboBox(PictureComboBox):
|
|
"""!ComboBox with north arrows for d.barscale."""
|
|
"""!ComboBox with north arrows for d.barscale."""
|
|
def _getPath(self, name):
|
|
def _getPath(self, name):
|
|
- path = os.path.join(os.getenv("GISBASE"), "etc", "gui", "images",
|
|
|
|
- 'symbols', 'n_arrows')
|
|
|
|
|
|
+ path = os.path.join(os.getenv("GISBASE"), "gui", "images",
|
|
|
|
+ 'symbols', 'n_arrows')
|
|
try:
|
|
try:
|
|
int(name[0])
|
|
int(name[0])
|
|
return os.path.join(path, 'n_arrow{name}.png'.format(name=name))
|
|
return os.path.join(path, 'n_arrow{name}.png'.format(name=name))
|