Skip to content
  • Michael Natterer's avatar
    Bug 643155 - Tool dialogs don't stay on top of the image window · 41494522
    Michael Natterer authored
    Change the "GtkWidget *parent" parameter of GimpToolDialog to
    "GimpDisplayShell". Also add API gimp_tool_dialog_set_shell() so an
    existing dialog can be used on different images. Make sure the dialog
    closes when the shell is unmapped (like when switching tabs in SWM),
    and make the dialog transient for the toplevel GimpImageWindow.
    
    Change all tool dialog users accordingly.
    41494522