https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377
--- Comment #15 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-07-18 12:51:39 PDT ---
(In reply to comment #14)
> (In reply to comment #13)
> > Great! Can you try this patch?
>
> Sorry wrong patch, It should be:
> - gtk_container_add(GTK_CONTAINER(main_vbox), main_first_pane);
> + gtk_box_pack_start(GTK_BOX(main_vbox), main_first_pane, TRUE, TRUE, 0);
That did the trick!
Unfortunately there is a new problem on Windows with GTK3. The byte pane is now
black, clicking the frame data the hex data and text is visible and high
lighted.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.