Use non-static reentrancy guard in wxScrollHelper::AdjustScrollbars().
This prevented calls to AdjustScrollbars() of another window from doing anything if they were called due to a size change from AdjustScrollbars() of an outer window. Closes #16852. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@78491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -583,6 +583,7 @@ All (GUI):
|
||||
- Restore support for wxFD_OVERWRITE_PROMPT and wxFD_FILE_MUST_EXIST in
|
||||
wxGenericFileDialog which was accidentally lost some time ago (Carl Godkin).
|
||||
- Fix handling of fast consecutive clicks in wxRibbonBar (atobi).
|
||||
- Fix updating nested window scrollbars in some cases (sbrowne).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user