mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 02:02:33 +00:00
Bug 851438 - crash [@ MozQWidget::showEvent] r=romaxa. DONTBUILD
This commit is contained in:
parent
a8e23ec7ba
commit
c5dfe5a176
@ -414,7 +414,9 @@ void MozQWidget::hideEvent(QHideEvent* aEvent)
|
||||
|
||||
void MozQWidget::showEvent(QShowEvent* aEvent)
|
||||
{
|
||||
if (mReceiver) {
|
||||
mReceiver->showEvent(aEvent);
|
||||
}
|
||||
QGraphicsWidget::showEvent(aEvent);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user