Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nelbok committed Feb 19, 2024
1 parent 4de151e commit 31aac91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(ENO_ORGANIZATION "Foxxy Soft")
set(ENO_CREATOR "Eno Creator")
set(ENO_VIEWER "Eno Viewer")
set(ENO_VERSION "1.0.2")
set(ENO_VERSION "1.0.3")
string(TIMESTAMP ENO_YEAR %Y)
set(ENO_COPYRIGHT "Copyright (C) 2011-${ENO_YEAR} ${ENO_ORGANIZATION}")

Expand Down
2 changes: 1 addition & 1 deletion creator/src/widgets/MaterialsDockWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void MaterialsDockWidget::init(MapAction* mapAction) {

connect(_list, &QListWidget::itemSelectionChanged, this, [this]() {
// Disconnect Material's signals
if (_current) {
if (_current && _mapAction->project()->materials().contains(_current)) {
disconnect(_current, &Material::nameUpdated, this, &MaterialsDockWidget::updateForm);
disconnect(_current, &Material::diffuseUpdated, this, &MaterialsDockWidget::updateForm);
disconnect(_current, &Material::refCountUpdated, this, &MaterialsDockWidget::updateForm);
Expand Down

0 comments on commit 31aac91

Please sign in to comment.