commit acc3f2cef861772a4b2b4b30bcde98daff0d2bc6
Author: Richard Kimberly Heck <[email protected]>
Date:   Mon Jun 1 12:27:32 2020 -0400

    Forgot this part.
---
 src/mathed/InsetMathGrid.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp
index 5a5d454..b6d90ee 100644
--- a/src/mathed/InsetMathGrid.cpp
+++ b/src/mathed/InsetMathGrid.cpp
@@ -1821,17 +1821,9 @@ char InsetMathGrid::colAlign(HullType type, col_type 
col) const
        case hullMultline:
                return 'c';
        case hullGather:
-               #if 0
-               // Partly revert 44816adce63
-               // because the following test leads to crash
-               // Open a new lyx-file
-               // select findadv dialog
-               // in the search-field enter math
-               // use math-mutate gather ===> crash (because isValidBuffer() 
== false)
                LASSERT(isBufferValid(),
                                LYXERR0("Buffer not set correctly. Please 
report!");
                                return 'c';);
-               #endif
                if (buffer().params().is_math_indent)
                        return 'l';
                else
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to