Cleaning up the GUI for the monitor profile and rendering intent +
output profile rendering intent + soft-proof button. DCP profile GUI switched from 2x2 array to a single column.
This commit is contained in:
@@ -39,3 +39,8 @@ void PopUpButton::set_tooltip_text (const Glib::ustring &text)
|
||||
{
|
||||
PopUpCommon::set_tooltip_text (text);
|
||||
}
|
||||
|
||||
void PopUpButton::set_sensitive (bool isSensitive)
|
||||
{
|
||||
buttonGroup->set_sensitive(isSensitive);
|
||||
}
|
||||
|
Reference in New Issue
Block a user