зеркало из https://github.com/mozilla/pjs.git
fix for bug#73672;Msgpane collapse not reloading messages;r=putterman;sr=mscott;
This commit is contained in:
Родитель
fd0c085b23
Коммит
ee80bbe47a
|
@ -673,7 +673,7 @@ function OnClickThreadAndMessagePaneSplitter()
|
|||
// the splitter if collapsed is true
|
||||
if (gDBView)
|
||||
{
|
||||
if (collapsed)
|
||||
if (!collapsed)
|
||||
gDBView.supressMsgDisplay = true;
|
||||
else
|
||||
gDBView.supressMsgDisplay = false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче