File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ void QgsRendererV2Widget::changeSymbolWidth()
130
130
131
131
QgsDataDefinedWidthDialog dlg ( symbolList, mLayer );
132
132
133
- if ( QMessageBox::Ok == dlg.exec () )
133
+ if ( QDialog::Accepted == dlg.exec () )
134
134
{
135
135
if ( !dlg.mDDBtn ->isActive () )
136
136
{
@@ -155,7 +155,7 @@ void QgsRendererV2Widget::changeSymbolSize()
155
155
156
156
QgsDataDefinedSizeDialog dlg ( symbolList, mLayer );
157
157
158
- if ( QMessageBox::Ok == dlg.exec () )
158
+ if ( QDialog::Accepted == dlg.exec () )
159
159
{
160
160
if ( !dlg.mDDBtn ->isActive () )
161
161
{
@@ -180,7 +180,7 @@ void QgsRendererV2Widget::changeSymbolAngle()
180
180
181
181
QgsDataDefinedRotationDialog dlg ( symbolList, mLayer );
182
182
183
- if ( QMessageBox::Ok == dlg.exec () )
183
+ if ( QDialog::Accepted == dlg.exec () )
184
184
{
185
185
if ( !dlg.mDDBtn ->isActive () )
186
186
{
You can’t perform that action at this time.
0 commit comments