Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with export-scaled #11

Open
sapper-trle opened this issue Jun 24, 2017 · 0 comments
Open

Error with export-scaled #11

sapper-trle opened this issue Jun 24, 2017 · 0 comments

Comments

@sapper-trle
Copy link

sapper-trle commented Jun 24, 2017

 line 228, in python_export_scaled
    pdb.gimp_image_merge_visible_layers(copyimg, CLIP_TO_IMAGE)
NameError: global name 'copyimg' is not defined

Saved an image other than .xcf.

Also no text was being displayed in the SpinButton boxes when the dialog was shown.

I had to add second argument to SpinButton constructor to have the text shown.

percent_e = gtk.SpinButton(adj, 0)
width_e = gtk.SpinButton(adj, 0)
height_e = gtk.SpinButton(adj, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant