mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added action and toolbar button for "Disable Lighting" (#311)
This commit is contained in:
@@ -241,6 +241,7 @@ private slots:
|
||||
void slotDrawStyleChanged(QAction* activatedAction);
|
||||
void slotToggleFaultsAction(bool);
|
||||
void slotToggleFaultLabelsAction(bool);
|
||||
void slotDisableLightingAction(bool);
|
||||
|
||||
void slotAddWellCellsToRangeFilterAction(bool doAdd);
|
||||
|
||||
@@ -291,6 +292,7 @@ private:
|
||||
QSpinBox* m_scaleFactor;
|
||||
|
||||
QActionGroup* m_dsActionGroup;
|
||||
QAction* m_disableLightingAction;
|
||||
QAction* m_drawStyleToggleFaultsAction;
|
||||
QAction* m_toggleFaultsLabelAction;
|
||||
QAction* m_drawStyleLinesAction;
|
||||
|
||||
Reference in New Issue
Block a user