Wireshark-commits: [Wireshark-commits] master-2.2 8cd41a0: Qt: Preserve pane sizes when changing pr
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cd41a0287cb44170eef240fabbbcfa84ed48527
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
8cd41a0 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Preserve pane sizes when changing profile
When changing between profiles having certain different layout types
the size of the last pane was calculated wrong.
This involves switching between this layout types:
2 -> 3 2 -> 5 3 -> 1 3 -> 2 3 -> 4 3 -> 5
4 -> 3 4 -> 5 5 -> 2 5 -> 3 5 -> 4 5 -> 6
Change-Id: I6ee3ed92c4c639b720587c0771be0a242e5a8793
Reviewed-on: https://code.wireshark.org/review/20116
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit d718b1d7e17a230f6c4329aa9b8ea798ea6a48ec)
Reviewed-on: https://code.wireshark.org/review/20127
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from a484eb9 "NULL" is not what you use for a null pointer.
adds 8cd41a0 Qt: Preserve pane sizes when changing profile
Summary of changes:
ui/qt/main_window_slots.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)