0028333: Draw Harness - whatis command hangs when selection is activated with no...
authormsv <msv@opencascade.com>
Mon, 9 Jan 2017 07:11:01 +0000 (10:11 +0300)
committerapn <apn@opencascade.com>
Thu, 9 Feb 2017 12:30:25 +0000 (15:30 +0300)
commit7c441da0d171d2e28950603e5c24c2502705a56c
tree341ed44943c06668b77f4c1162eb0907388bb2d5
parente59839c8c2f9232c8e915572cdefc61610284f4d
0028333: Draw Harness - whatis command hangs when selection is activated with no opened view

Added new method Draw_Window::IsMapped() for checked window state.
Draw_Window using XLib now does not exit application on closing window.
The method Draw_Viewer::Select() (called by whatis command)
has been corrected so as not to enter the loop if no views are initialized.
src/Draw/Draw_Viewer.cxx
src/Draw/Draw_Window.cxx
src/Draw/Draw_Window.hxx
src/Draw/Draw_Window_1.mm