From 75d1447c3c88ee22c3d6de4d224454a813af8ee6 Mon Sep 17 00:00:00 2001 From: nemu Date: Mon, 31 Aug 2009 13:34:00 +0000 Subject: [PATCH] allow to get the msr2data input form even when no tab is present --- src/musrgui/PTextEdit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/musrgui/PTextEdit.cpp b/src/musrgui/PTextEdit.cpp index 14395316..737150c9 100644 --- a/src/musrgui/PTextEdit.cpp +++ b/src/musrgui/PTextEdit.cpp @@ -1371,8 +1371,10 @@ void PTextEdit::musrFit() */ void PTextEdit::musrMsr2Data() { +/* if ( !currentEditor() ) return; +*/ if (fMsr2DataParam == 0) { fMsr2DataParam = new PMsr2DataParam();