Skip to content

Fix hidden window on monitor toggle #849#325

Merged
Grantim merged 3 commits intomasterfrom
Fix_hidden_window_on_monitor_toggle
Aug 2, 2022
Merged

Fix hidden window on monitor toggle #849#325
Grantim merged 3 commits intomasterfrom
Fix_hidden_window_on_monitor_toggle

Conversation

@Grantim
Copy link
Contributor

@Grantim Grantim commented Aug 2, 2022

No description provided.

@Grantim Grantim requested a review from Fedr August 2, 2022 07:44
int count;
auto monitors = glfwGetMonitors( &count );
bool posIsOk = false;
for ( int i = 0; i < count; ++i )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for ( int i = 0; !posIsOk && i < count; ++i )

@Grantim Grantim merged commit 1218706 into master Aug 2, 2022
@Grantim Grantim deleted the Fix_hidden_window_on_monitor_toggle branch August 2, 2022 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants