X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92696e94f4241e39dd285c634a22068a6a4cf12f..4b6930c81303eace9164234a5b5589e1904626eb:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 7f2f15d92c..f9c83e3166 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -386,7 +386,8 @@ extern "C" { void get_stackframe_callback(StackDump *dump) { - dump->ProcessFrames(2); // don't show ShowAssertDialog() call itself + // skip over frames up to including wxOnAssert() + dump->ProcessFrames(3); } }