mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Build object viewer widget on Mac OS X (and line terminator consistency)
This commit is contained in:
parent
587d1820c4
commit
dab1bec1aa
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