Replaces the following deprecated Gtk classes throughout the codebase by their non-deprecated counterparts. Style, HBox, VBox, HPaned, VPaned, HScrollbar, VScrollbar, VSeparator, HSeparator, Stock, Table, VScale and HScale.
This commit is contained in:
@@ -329,7 +329,7 @@ HistogramPanel::HistogramPanel () :
|
||||
optionButtons->add(*showBAR);
|
||||
optionButtons->add(*brightnessWidget);
|
||||
|
||||
Gtk::VSeparator* separator = Gtk::manage(new Gtk::VSeparator());
|
||||
Gtk::Separator* separator = Gtk::manage(new Gtk::Separator(Gtk::ORIENTATION_VERTICAL));
|
||||
setExpandAlignProperties(separator, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_CENTER);
|
||||
persistentButtons->add(*scopeHistBtn);
|
||||
persistentButtons->add(*scopeHistRawBtn);
|
||||
|
Reference in New Issue
Block a user