Wireshark-commits: [Wireshark-commits] master-2.0 c5fb4f2: Qt: Try to fix un-maximize behavior on O
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5fb4f2d1489524532e544f656ab9eb4a27af5c1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
c5fb4f2 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Try to fix un-maximize behavior on OS X.
On OS X^W^WmacOS, create dialogs with valid parents so that we don't
trigger QTBUG-46701, similar to g291762d. Document QDialog's "on top",
maximize, and minimize behaviors.
Bug: 12544
Change-Id: I3d542d5620c7fe11bc4f311e6585426568aeae8b
Reviewed-on: https://code.wireshark.org/review/16173
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9a4f735 Minor UI locale updates.
adds c5fb4f2 Qt: Try to fix un-maximize behavior on OS X.
Summary of changes:
ui/qt/wireshark_dialog.cpp | 40 +++++++++++++++++++++++++++++++++++++++-
ui/qt/wireshark_dialog.h | 3 ++-
2 files changed, 41 insertions(+), 2 deletions(-)