Skip to content

Commit aa3375c

Browse files
committed
end the stop mode when starting a new thread
closes #407
1 parent 6ddae6e commit aa3375c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FileTree.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is part of BowPad.
22
//
3-
// Copyright (C) 2014-2024 - Stefan Kueng
3+
// Copyright (C) 2014-2025 - Stefan Kueng
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by
@@ -561,6 +561,7 @@ void CFileTree::Refresh(HTREEITEM refreshRoot, bool force /*= false*/, bool expa
561561

562562
void CFileTree::RefreshThread(HTREEITEM refreshRoot, const std::wstring& refreshPath, bool expanding)
563563
{
564+
m_bStop = false;
564565
OnOutOfScope(m_threadsRunning = false;);
565566

566567
auto data = new FileTreeData();

0 commit comments

Comments
 (0)