mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Partially revert "fix and bring back scroll area into custom widgets"
This reverts commit 5dce8edb95fc2432dedcac3d860bd5d46b16a436. The custom widget is still causing isseus - refs #18065
This commit is contained in:
parent
e6331e42e9
commit
e0fa2c2700
@ -36,7 +36,7 @@ SET (QGIS_CUSTOMWIDGETS_SRCS
|
||||
qgsrelationreferencewidgetplugin.cpp
|
||||
qgsscalerangewidgetplugin.cpp
|
||||
qgsscalewidgetplugin.cpp
|
||||
qgsscrollareawidgetplugin.cpp
|
||||
# qgsscrollareawidgetplugin.cpp
|
||||
qgsspinboxplugin.cpp
|
||||
qgssymbolbuttonplugin.cpp
|
||||
)
|
||||
@ -67,7 +67,7 @@ SET (QGIS_CUSTOMWIDGETS_MOC_HDRS
|
||||
qgsrelationreferencewidgetplugin.h
|
||||
qgsscalerangewidgetplugin.h
|
||||
qgsscalewidgetplugin.h
|
||||
qgsscrollareawidgetplugin.h
|
||||
# qgsscrollareawidgetplugin.h
|
||||
qgsspinboxplugin.h
|
||||
qgssymbolbuttonplugin.h
|
||||
)
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "qgsrelationreferencewidgetplugin.h"
|
||||
#include "qgsscalerangewidgetplugin.h"
|
||||
#include "qgsscalewidgetplugin.h"
|
||||
#include "qgsscrollareawidgetplugin.h"
|
||||
//#include "qgsscrollareawidgetplugin.h"
|
||||
#include "qgsspinboxplugin.h"
|
||||
#include "qgssymbolbuttonplugin.h"
|
||||
|
||||
@ -71,7 +71,7 @@ QgisCustomWidgets::QgisCustomWidgets( QObject *parent )
|
||||
mWidgets.append( new QgsRelationReferenceWidgetPlugin( this ) );
|
||||
mWidgets.append( new QgsScaleRangeWidgetPlugin( this ) );
|
||||
mWidgets.append( new QgsScaleWidgetPlugin( this ) );
|
||||
mWidgets.append( new QgsScrollAreaWidgetPlugin( this ) );
|
||||
// mWidgets.append( new QgsScrollAreaWidgetPlugin( this ) ); // this is causing troubles at the moment
|
||||
mWidgets.append( new QgsSpinBoxPlugin( this ) );
|
||||
mWidgets.append( new QgsSymbolButtonPlugin( this ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user