Skip to content

Commit

Permalink
move unblock statement to end of update function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Schurade committed Jan 5, 2021
1 parent 3c93755 commit 257c947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/xaml/workshopmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ void WorkshopModel::onUpdateInfo( const GuiWorkshopInfo& info )
OnPropertyChanged( "ButcherCorpses" );
OnPropertyChanged( "CatchFish" );
OnPropertyChanged( "ProcessFish" );

m_proxy->unblockWriteBack();
}

void WorkshopModel::onUpdateCraftList( const GuiWorkshopInfo& info )
Expand Down

0 comments on commit 257c947

Please sign in to comment.