Merge branch '1.5.2'
Conflicts: ApplicationView/MenuRow/MenuOptionSettings.cs StaticData/Translations/Master.txt
This commit is contained in:
commit
4bb141339e
8 changed files with 144 additions and 112 deletions
|
|
@ -146,7 +146,10 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
{
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
LoadHistoryItems(Count);
|
||||
if(!this.WidgetHasBeenClosed)
|
||||
{
|
||||
LoadHistoryItems(Count);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue