Don't limit the number of stack frames in GTK assert dialog to 20.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Dec 2009 14:59:13 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Dec 2009 14:59:13 +0000 (14:59 +0000)
commit61c18e1a3df26176d3eb996a37d6f8c58075144b
treeba25d2df2d24c1b4c3a4b80c3044e3e287e19544
parent2d8e0096cd998ef0c3c282fec593d4ccd12e3eb4
Don't limit the number of stack frames in GTK assert dialog to 20.

This dialog uses a scrollbar to keep its vertical size reasonable in any case
so there is absolutely no danger of making it too tall even if we show more
frames in it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/utilsgtk.cpp