Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ollydbg on October 21, 2023, 03:12:32 pm

Title: ugly lines when I drag the aui panel in Code::Blocks
Post by: ollydbg on October 21, 2023, 03:12:32 pm
See the screen shot as attachment, when I drag the bottom "logs and others" panel, up and down, I see ugly lines.

I just tried the wx's official AUI sample, and I can't find the issue there.

Any ideas?
Title: Re: ugly lines when I drag the aui panel in Code::Blocks
Post by: Pecan on October 21, 2023, 07:24:21 pm
It must have been there for quite a while.
I can get it happen with wx 311, 3221 and 323 (msw).
But I have to drag slowly.
Title: Re: ugly lines when I drag the aui panel in Code::Blocks
Post by: ollydbg on October 22, 2023, 12:48:13 am
Yes, it happens for a long time, and it still happens in wx 3.2.3.

But I can't reproduce this always. Sometimes, it happens, sometime it does not.
Title: Re: ugly lines when I drag the aui panel in Code::Blocks
Post by: ollydbg on October 22, 2023, 01:11:22 am
Maybe some related issue report, see here(I see I was in those github issue discussion :) )

New AUI notebook splitter drawn at incorrect position when dragged on scaled display Issue #18098 wxWidgets/wxWidgets (https://github.com/wxWidgets/wxWidgets/issues/18098)

wrong xor line is drawn when I drag the wxSplitterWindow' sash bar with wxSP_LIVE_UPDATE disabled Issue #18090 wxWidgets/wxWidgets (https://github.com/wxWidgets/wxWidgets/issues/18090)

wrong xor line is drawn when I drag the wxSplitterWindow' sash bar with wxSP_LIVE_UPDATE disabled (https://groups.google.com/g/wx-users/c/f-KzNnrjKZ8/m/O5V7OuyPAAAJ)

But those issues are already fixed.

All the above issue is DPI related.
Title: Re: ugly lines when I drag the aui panel in Code::Blocks
Post by: ollydbg on October 22, 2023, 10:07:18 am
I can reproduce it in the wxAUI sample code, so I reported it in the github issue system:

when drag the wxAUI window edge, there are some ugly lines shows in the desktop like edge shadows Issue #23982 wxWidgets/wxWidgets (https://github.com/wxWidgets/wxWidgets/issues/23982)
Title: Re: ugly lines when I drag the aui panel in Code::Blocks
Post by: ollydbg on October 23, 2023, 12:45:33 pm
I can reproduce it in the wxAUI sample code, so I reported it in the github issue system:

when drag the wxAUI window edge, there are some ugly lines shows in the desktop like edge shadows Issue #23982 wxWidgets/wxWidgets (https://github.com/wxWidgets/wxWidgets/issues/23982)

I have a clean way to reproduce this bug, I have post the steps here: https://github.com/wxWidgets/wxWidgets/issues/23982#issuecomment-1774917506