Applying patch from issue 1257: "Code cleanup: removal of unnessesary variables, fixed C-style pointer casting" on behalf of lebedev
This commit is contained in:
@@ -609,7 +609,7 @@ void EditorPanel::refreshProcessingState (bool inProcessingP) {
|
||||
s->val = 1.0;
|
||||
|
||||
#ifdef WIN32
|
||||
if (!firstProcessingDone && (RTWindow*)parent->getIsFullscreen()) { parent->fullscreen(); }
|
||||
if (!firstProcessingDone && static_cast<RTWindow*>(parent)->getIsFullscreen()) { parent->fullscreen(); }
|
||||
#endif
|
||||
firstProcessingDone = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user