summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/styledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/styledialog.cpp b/src/ui/dialog/styledialog.cpp
index 7deac22d8..370b0ab47 100644
--- a/src/ui/dialog/styledialog.cpp
+++ b/src/ui/dialog/styledialog.cpp
@@ -915,12 +915,12 @@ bool StyleDialog::_delProperty(GdkEventButton *event)
value.erase(found, toDelProperty.length()+1);
(*it)._xmlContent = key + "{" + value + "}\n";
_updateStyleContent();
+ _cssPane->_store->erase(cssRow);
}
}
}
}
}
- _cssPane->_store->erase(cssRow);
}
}
}