Skip to content

Commit 89cf52a

Browse files
committed
Fix canvas initial repaint issue
1 parent 19be138 commit 89cf52a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/TabComponent.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ void TabComponent::handleAsyncUpdate()
477477

478478
editor->updateCommandStatus();
479479
sendTabUpdateToVisibleCanvases();
480+
repaint();
480481
}
481482

482483
void TabComponent::closeEmptySplits()

0 commit comments

Comments
 (0)