Menu

#1100 Bug in watchesdlg.cpp

Next_Nightly
fixed
Bug_Report
2021-08-14
2021-05-18
No

The bug described in forum discussion in here again (C::B svn 12448, wxWidgets 3.1.5, Windows 10, but also with 12446 killerbot nightly). I obtain in any case something which looks like the Frame1 image in the first post, but just a small gray square
Changing the size and/or the font in Settings > Debugger > Choose button has no effect.
I have just added a Fit(); at line 1224 in watchesdlg.cpp and it works again.
At lines 1222 and 1223, the 2 m_sizer->Fit ... look strange. If I eliminate one of them or both, it continue to works. Are they necessary ? May be for other OS or wxWidgets version ... I don't know.

1 Attachments

Discussion

  • ollydbg

    ollydbg - 2021-07-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -The bug described in https://forums.codeblocks.org/index.php/topic,23806.msg162351.html#msg162351 in here again (C::B svn 12448, wxWidgets 3.1.5, Windows 10, but also with 12446 killerbot nightly). I obtain in any case something which looks like the Frame1 image in the first post, but just a small gray square
    +The bug described in [forum discussion](https://forums.codeblocks.org/index.php/topic,23806.msg162351.html#msg162351) in here again (C::B svn 12448, wxWidgets 3.1.5, Windows 10, but also with 12446 killerbot nightly). I obtain in any case something which looks like the Frame1 image in the first post, but just a small gray square
     Changing the size and/or the font in Settings > Debugger > Choose button has no effect.
     I have just added a Fit(); at line 1224 in watchesdlg.cpp and it works again.
     At lines 1222 and 1223, the 2 m_sizer->Fit ... look strange. If I eliminate one of them or both, it continue to works. Are they necessary ? May be for other OS or wxWidgets version ... I don't know.
    
     
  • Teodor Petrov

    Teodor Petrov - 2021-08-14
    • labels: Watches, cursor, popup --> Watches, ValueTooltip
    • assigned_to: Teodor Petrov
    • Type: Patch --> Bug_Report
     
  • Teodor Petrov

    Teodor Petrov - 2021-08-14

    Fix in trunk/master. Please test, especially on dual monitor setups.

     
  • Teodor Petrov

    Teodor Petrov - 2021-08-14
    • status: open --> fixed
     

Log in to post a comment.