Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem trying to hide the filter #896

Closed
SteveTheBrick opened this issue Jun 11, 2024 · 1 comment
Closed

Problem trying to hide the filter #896

SteveTheBrick opened this issue Jun 11, 2024 · 1 comment

Comments

@SteveTheBrick
Copy link

When working with multiple documents it's sometimes not possible to hide the filter.

To reproduce:

Open Brickstore and select File-New to create a document. Select View-Filter to show the filter.

Select File-New to create another document - the filter is already visible (as expected).

Click the little 'x' on the filter bar to close the filter - the filter drop-downs dissappear but the bar containing them is still visible.

If I switch to the first document and then back to the second the filter re-appears.

Win10, build #1273

@rgriebl
Copy link
Owner

rgriebl commented Oct 3, 2024

The bug is that the filter bar is visible in new documents, as the filter state really is per-document. Also the new document's filter toggle button is off (correct), but the filter bar is visible (wrong). The fix is make sure the filter bar follows the button state.

@rgriebl rgriebl closed this as completed in aef4e24 Oct 3, 2024
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

No branches or pull requests

2 participants