mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2170 Summary Cross Plot : Add keyboard modifiers to source stepping
This commit is contained in:
@@ -144,6 +144,17 @@ void PdmUiComboBoxEditor::configureAndUpdateUi(const QString& uiConfigName)
|
||||
{
|
||||
m_nextItemButton->setIcon(QApplication::style()->standardIcon(QStyle::SP_ArrowDown));
|
||||
}
|
||||
|
||||
// Update button texts
|
||||
if (!attributes.nextButtonText.isEmpty())
|
||||
{
|
||||
m_nextItemButton->setToolTip(attributes.nextButtonText);
|
||||
}
|
||||
|
||||
if (!attributes.prevButtonText.isEmpty())
|
||||
{
|
||||
m_previousItemButton->setToolTip(attributes.prevButtonText);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user