mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
fix runtime bustage. GetWidth nowhere to be found yet.
This commit is contained in:
parent
eb500c658e
commit
21588f4bd2
@ -335,14 +335,14 @@ JFD */
|
||||
else if (width < 10) width = 10;
|
||||
else if (width > 30000) width = 30000;
|
||||
|
||||
/*JFD
|
||||
if (m_mime_delivery_state->m_pane->GetPaneType() == MSG_COMPOSITIONPANE)
|
||||
{
|
||||
int lineWidth = ((nsMsgCompose *) m_mime_delivery_state->m_pane)
|
||||
->GetLineWidth();
|
||||
int lineWidth = ((nsMsgCompose *) m_mime_delivery_state->m_pane)->GetLineWidth();
|
||||
|
||||
if (lineWidth > width)
|
||||
width = lineWidth;
|
||||
}
|
||||
/*JFD
|
||||
m_print_setup.width = width;
|
||||
|
||||
m_url->savedData.FormList = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user