~liampwhite/inkscape/inkscape

« back to all changes in this revision

Viewing changes to src/display/canvas-axonomgrid.cpp

update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
                              Gtk::FILL|Gtk::EXPAND, (Gtk::AttachOptions)0,0,0);
142
142
#endif
143
143
            } else {
144
 
                Gtk::HBox *space = manage (new Gtk::HBox);
 
144
                Gtk::HBox *space = Gtk::manage (new Gtk::HBox);
145
145
                space->set_size_request (SPACE_SIZE_X, SPACE_SIZE_Y);
146
146
#if WITH_GTKMM_3_0
147
147
                space->set_halign(Gtk::ALIGN_CENTER);