mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed cafUiStyleSheet and all references to it.
This commit is contained in:
committed by
Magne Sjaastad
parent
9391453c2c
commit
85f2b3faf0
@@ -327,11 +327,6 @@ void RiuMultiPlotBook::scheduleReplotOfAllPlots()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMultiPlotBook::renderTo( QPaintDevice* paintDevice )
|
||||
{
|
||||
for ( auto page : m_pages )
|
||||
{
|
||||
page->stashWidgetStates();
|
||||
}
|
||||
|
||||
int resolution = paintDevice->logicalDpiX();
|
||||
double scaling = resolution / static_cast<double>( RiaGuiApplication::applicationResolution() );
|
||||
|
||||
@@ -350,11 +345,6 @@ void RiuMultiPlotBook::renderTo( QPaintDevice* paintDevice )
|
||||
page->renderTo( &painter, scaling );
|
||||
firstPage = false;
|
||||
}
|
||||
|
||||
for ( auto page : m_pages )
|
||||
{
|
||||
page->restoreWidgetStates();
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user