Skip to content

Commit 262f8ad

Browse files
committed
Fix crash on cloud project content loading when comments toolbar opened
1 parent 2cb426b commit 262f8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corelib/ui/modules/comments/comments_toolbar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ void CommentsToolbar::showToolbar()
463463

464464
void CommentsToolbar::hideToolbar()
465465
{
466-
if (isHidden()) {
466+
if (!isVisible()) {
467467
return;
468468
}
469469

0 commit comments

Comments
 (0)