We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: