зеркало из https://github.com/mozilla/pjs.git
removing a printf in SetBounds() i left in somehow.
This commit is contained in:
Родитель
c6576583f6
Коммит
621f1b7c28
|
@ -650,7 +650,6 @@ NS_IMETHODIMP nsWindow::GetBounds(nsRect &aRect)
|
||||||
|
|
||||||
NS_METHOD nsWindow::SetBounds(const nsRect &aRect)
|
NS_METHOD nsWindow::SetBounds(const nsRect &aRect)
|
||||||
{
|
{
|
||||||
printf("\nsetting bounds to x y w h %ld %ld %ld %ld\n\n", aRect.x, aRect.y, aRect.width, aRect.height );
|
|
||||||
nsresult rv = Inherited::SetBounds(aRect);
|
nsresult rv = Inherited::SetBounds(aRect);
|
||||||
if ( NS_SUCCEEDED(rv) )
|
if ( NS_SUCCEEDED(rv) )
|
||||||
CalcWindowRegions();
|
CalcWindowRegions();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче