HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #853921
Gtk3: some widgets missed GTK_ORIENTATION_VERTICAL when converted GtkVBox->GtkGrid
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Following on from bug #656550, there were a couple of other instances when comparing Gtk2 and Gtk3 setup_widgets() where the former did gtk_vbox_new() but the latter's gtk_grid_new() wasn't followed by anything to set the orientation to be vertical.
I don't think these instances matter, since I don't think they ever get more than one child. But they may as well be consistent with Gtk2.
(I haven't audited the rest of the code for these.)
History
#1
Updated by Jacob Nevins over 1 year ago
- File m-gtk3-orient-vert.patch m-gtk3-orient-vert.patch added
- File 30-26-gtk3-orient-vert.patch 30-26-gtk3-orient-vert.patch added
- Status changed from In Progress to Resolved
#2
Updated by Jacob Nevins over 1 year ago
- Status changed from Resolved to Closed