Skip to content
Discussion options

You must be logged in to vote

In 1.12.17 I added support to use set_size and cycle_size on floating windows. So in your script, you maximize gimp windows, including floating ones, that then recover their real size. But when maximizing them, the top left corner will be at the top left of the monitor, and that is why it shows there.

You can modify your script to only do what it is doing if the window is not floating. Use scroll.container_get_floating(container) to test if the container is floating, and don't set the size if it is.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bluefander
Comment options

Answer selected by bluefander
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants