From 67e51c27a20ccdc7d4a049952654aca226d9cdda Mon Sep 17 00:00:00 2001 From: AshBastian Date: Thu, 16 Jan 2020 21:21:47 +0100 Subject: [PATCH] GUI Update 4 --- src/GUI/IntelliPhotoGui.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GUI/IntelliPhotoGui.cpp b/src/GUI/IntelliPhotoGui.cpp index 3ae4f0d..3af696b 100644 --- a/src/GUI/IntelliPhotoGui.cpp +++ b/src/GUI/IntelliPhotoGui.cpp @@ -859,4 +859,7 @@ void IntelliPhotoGui::UpdateGui(){ string = QString("%1x%2").arg(paintingArea->layerBundle[static_cast(paintingArea->getNumberOfActiveLayer())].width).arg(paintingArea->layerBundle[static_cast(paintingArea->getNumberOfActiveLayer())].height); dimActive->setText(string); } + else{ + dimActive->setText("0x0"); + } }