• arjanl's avatar
    Fix focus on popup GTK dialogs · b7954eeb
    arjanl authored
    Previously we didn't have a call to gtk_window_present(), which would
    mean that the widgets would become visible, but the necessary actions to
    focus weren't always taken. This resulted in the active window not being
    correct after opening the file or print dialogs.
    
    BUG=399514
    
    Review URL: https://codereview.chromium.org/543093002
    
    Cr-Commit-Position: refs/heads/master@{#293691}
    b7954eeb
print_dialog_gtk2.cc 17.2 KB