Wireshark-commits: [Wireshark-commits] master fb7cd19: Qt: Keep the OverlayScrollBar from disappear
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb7cd193ab5d2a2f88b017134c1446099900f318
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fb7cd19 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Keep the OverlayScrollBar from disappearing.
Make sure we disable transience in both the parent and child scroll bar.
This keeps the child from disappearing on Yosemite when "System
Preferences → General → Show scroll bars: When scrolling" is enabled.
Add some comments about what will be required to properly handle
transience.
Change-Id: I6fc37ef1783b6c8dea179f08ad6c4343c7cf8095
Reviewed-on: https://code.wireshark.org/review/15336
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 4072db7 enttec: uups, I forgot some if (tree) checks
adds fb7cd19 Qt: Keep the OverlayScrollBar from disappearing.
Summary of changes:
ui/qt/overlay_scroll_bar.cpp | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)