Skip to content

Commit 4ded629

Browse files
committed
Remove old disabling of many rendering features on Mac (wow, what a difference)
1 parent bf3a0ee commit 4ded629

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/qgsoptions.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -828,11 +828,6 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl ) :
828828
mOffsetQuadSegSpinBox->setValue( settings.value( "/qgis/digitizing/offset_quad_seg", 8 ).toInt() );
829829
mCurveOffsetMiterLimitComboBox->setValue( settings.value( "/qgis/digitizing/offset_miter_limit", 5.0 ).toDouble() );
830830

831-
832-
#ifdef Q_WS_MAC //MH: disable incremental update on Mac for now to avoid problems with resizing
833-
groupBox_5->setEnabled( false );
834-
#endif //Q_WS_MAC
835-
836831
// load gdal driver list only when gdal tab is first opened
837832
mLoadedGdalDriverList = false;
838833

0 commit comments

Comments
 (0)