Skip to content

Commit

Permalink
Fix windows on Linux not painting correctly after launch
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Sep 26, 2024
1 parent d2c2df8 commit 2aa4c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class LinuxComponentPeer final : public ComponentPeer,

bool isShowing() const override
{
return XWindowSystem::getInstance()->isMinimised (windowH);
return ! XWindowSystem::getInstance()->isMinimised (windowH);
}

void setFullScreen (bool shouldBeFullScreen) override
Expand Down

0 comments on commit 2aa4c57

Please sign in to comment.