X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ViewPort.cpp;h=6ec2c0c65f51c35f6c852dd8e76721ca28ba4bb2;hb=d86c77d1c6210bbe04fbc3e5b00f9e212e1ec930;hp=8efbfc0c820a953abefae0050556bc9daf0051ed;hpb=4497505a36e47cc403cccc33296919f59eb7a08c;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ViewPort.cpp b/src/XGUI/XGUI_ViewPort.cpp index 8efbfc0c8..6ec2c0c65 100644 --- a/src/XGUI/XGUI_ViewPort.cpp +++ b/src/XGUI/XGUI_ViewPort.cpp @@ -303,6 +303,7 @@ void XGUI_ViewPort::resizeEvent(QResizeEvent* theEvent) if (!activeView().IsNull()) { activeView()->MustBeResized(); } + emit resized(); } //***********************************************