allow to get the msr2data input form even when no tab is present

This commit is contained in:
nemu 2009-08-31 13:34:00 +00:00
parent 0cfd715ed3
commit 75d1447c3c

View File

@ -1371,8 +1371,10 @@ void PTextEdit::musrFit()
*/
void PTextEdit::musrMsr2Data()
{
/*
if ( !currentEditor() )
return;
*/
if (fMsr2DataParam == 0) {
fMsr2DataParam = new PMsr2DataParam();