Fixed: Build object viewer widget on Mac OS X (and line terminator consistency)
This commit is contained in:
parent
58a8d37e60
commit
9bf5561fae
1 changed files with 91 additions and 91 deletions
|
@ -89,7 +89,7 @@ namespace NLQT
|
||||||
//dynamic_cast<QNLWidget*>(widget())->makeCurrent();
|
//dynamic_cast<QNLWidget*>(widget())->makeCurrent();
|
||||||
#endif // defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
#endif // defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
||||||
|
|
||||||
nlWindow wnd = winId();
|
nlWindow wnd = (nlWindow)winId();
|
||||||
uint16 w = width();
|
uint16 w = width();
|
||||||
uint16 h = height();
|
uint16 h = height();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue