mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Context menu for images: small fix
Required change within DivePictureItem, adding update parameter defaulted to true in this case. Signed-off-by: Guido Lerch <guido.lerch@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
951e3d920b
commit
889fa1e4cc
1 changed files with 1 additions and 1 deletions
|
@ -126,5 +126,5 @@ void DivePictureItem::mousePressEvent(QGraphicsSceneMouseEvent *event)
|
|||
|
||||
void DivePictureItem::removePicture()
|
||||
{
|
||||
DivePictureModel::instance()->removePicture(fileUrl);
|
||||
DivePictureModel::instance()->removePicture(fileUrl, true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue