mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 18:59:08 +00:00
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();
|
||||
#endif // defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
|
||||
|
||||
nlWindow wnd = winId();
|
||||
nlWindow wnd = (nlWindow)winId();
|
||||
uint16 w = width();
|
||||
uint16 h = height();
|
||||
|
||||
|
|
Loading…
Reference in a new issue