Skip to content

Fix transient dialog centering on Windows

powimod requested to merge powimod/gtk:powimod_center_dialog_window into master

Fix dialog centering on Windows

On Microsoft Windows, transient dialogs are note correctly centered on their parent window. Dialog width and height are not yet initialized when top left corner coordinates are calculated.

Closes #3751 (closed)

Edited by powimod

Merge request reports