GetStyleMergedWithBase no longer hangs if there's a loop implied by based-on styles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@64520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2010-06-07 07:39:45 +00:00
parent 74589ae82f
commit dbf712b607
2 changed files with 28 additions and 9 deletions

View File

@@ -95,6 +95,7 @@ All (GUI):
- wxRTC: fixed style selection resetting after editing a style.
- wxRTC: can now edit line spacing in .1 increments from 1 to 2.
- wxRTC: GetStyleMergedWithBase now detects loops.
wxMSW: