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

Invalid resizer border location. #586

Open
ihmin opened this issue Feb 6, 2025 · 2 comments
Open

Invalid resizer border location. #586

ihmin opened this issue Feb 6, 2025 · 2 comments
Assignees

Comments

@ihmin
Copy link

ihmin commented Feb 6, 2025

Environment

  • OS: Windows 10
  • Qt Version: 6.2
  • KDDockWidgets version: 2.2.1
  • KDDockWidgets QtQuick or QtWidgets ? QtWidgets
  • Is your application open-source, if so please paste url here:

Self reproducible example

auto flags = KDDockWidgets::Config::self().flags();
flags |= KDDockWidgets::Config::Flag_LazyResize;
KDDockWidgets::Config::self().setFlags(flags);

auto flags2 = KDDockWidgets::Config::self().internalFlags();
flags2 |= KDDockWidgets::Config::InternalFlag_TopLevelIndicatorRubberBand;
KDDockWidgets::Config::self().setInternalFlags(flags2);

Description

hello.
I'm resizing the dock widget after setting it to Lazy mode, and the position of the border is strange while resizing.

2025-02-06.14.59.14.mp4
@ihmin ihmin changed the title Invalid resize border location. Invalid resizer border location. Feb 6, 2025
@iamsergio
Copy link
Contributor

I can't reproduce this, I suggest you try Windows 11 + Qt 6.8

@ihmin
Copy link
Author

ihmin commented Feb 8, 2025

I can't reproduce this, I suggest you try Windows 11 + Qt 6.8

I misspelled my QT version, I'm using 6.8.2.
Is there a difference between windows 11 and windows 10 on kddockwidgets?
I am currently using mingw-w64 compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants