=== modified file 'src/ui/previewholder.cpp'
--- src/ui/previewholder.cpp 2016-05-18 11:47:57 +0000
+++ src/ui/previewholder.cpp 2016-10-01 17:18:16 +0000
@@ -303,7 +303,7 @@
// g_message(" anchor:%d", _anchor);
Gtk::VBox::on_size_allocate( allocation );
- if ( _insides && !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
+/* if ( _insides && !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
Gtk::Requisition req;
#if GTK_CHECK_VERSION(3,0,0)
Gtk::Requisition req_natural;
@@ -318,7 +318,7 @@
} else {
dynamic_cast<Gtk::ScrolledWindow*>(_scroller)->set_policy( Gtk::POLICY_AUTOMATIC, Gtk::POLICY_NEVER );
}
- }
+ }*/
}
//void PreviewHolder::on_size_request( Gtk::Requisition* requisition )
=== modified file 'src/widgets/button.cpp'
--- src/widgets/button.cpp 2016-05-04 08:10:42 +0000
+++ src/widgets/button.cpp 2016-10-01 17:21:03 +0000
@@ -51,10 +51,10 @@
object_class->dispose = sp_button_dispose;
#if GTK_CHECK_VERSION(3, 0, 0)
- widget_class->get_preferred_width = sp_button_get_preferred_width;
- widget_class->get_preferred_height = sp_button_get_preferred_height;
+ //widget_class->get_preferred_width = sp_button_get_preferred_width;
+ //widget_class->get_preferred_height = sp_button_get_preferred_height;
#else
- widget_class->size_request = sp_button_size_request;
+ //widget_class->size_request = sp_button_size_request;
#endif
button_class->clicked = sp_button_clicked;
}
-
Prijavi se, ako želiš komentirati!