summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-02-02 13:43:46 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2018-03-16 09:14:55 +0000
commit23fd4f7171ce0d509f59f42a9881de53f85644e7 (patch)
treeb42a8185e9d66460e6936eb7bae0ec6e31fb3fdd /src/network
parentf371b1cc8d0683e4e42194c8049f9523e58129f9 (diff)
QGtk3Menu::showPopup(): fix target item selection
If a target item was passed, QGtk3Menu tried using gtk_menu_set_active() to select the target item. However, the function does not do what you'd imagine. Even the documentation states: This is used by the GtkComboBox and should not be used by anyone else. The correct function, gtk_menu_shell_select_item(), is in the GtkMenuShell "base class". Change-Id: Ia2c03f87bb97f618c041c03011af8c676108aea5 Reviewed-by: Dmitry Shachnev <mitya57@gmail.com> Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/network')
0 files changed, 0 insertions, 0 deletions