mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
GUI Update 4
This commit is contained in:
@@ -859,4 +859,7 @@ void IntelliPhotoGui::UpdateGui(){
|
||||
string = QString("%1x%2").arg(paintingArea->layerBundle[static_cast<unsigned long long>(paintingArea->getNumberOfActiveLayer())].width).arg(paintingArea->layerBundle[static_cast<unsigned long long>(paintingArea->getNumberOfActiveLayer())].height);
|
||||
dimActive->setText(string);
|
||||
}
|
||||
else{
|
||||
dimActive->setText("0x0");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user