Skip to content

Commit 92d1dcc

Browse files
author
Roberto De Ioris
committed
4.16 fixes
1 parent 1a958ac commit 92d1dcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/PythonEditor/Private/PythonProjectEditor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class FPythonProjectEditor : public FWorkflowCentricApplication, public FGCObjec
104104
static TWeakPtr<FPythonProjectEditor> PythonEditor;
105105

106106
virtual bool CanSaveAsset() const override { return false; }
107-
#if ENGINE_MINOR_VERSION > 15
107+
#if ENGINE_MINOR_VERSION > 16
108108
virtual bool CanFindInContentBrowser() const override { return false; }
109109
#endif
110110
};

Source/UnrealEnginePython/Private/SlateApplication/UEPyFSlateApplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static PyObject *py_ue_process_key_char_event(PyObject *cls, PyObject * args)
154154

155155
static PyObject *py_ue_create(PyObject *cls, PyObject * args)
156156
{
157-
#if ENGINE_MINOR_VERSION > 15
157+
#if ENGINE_MINOR_VERSION > 16
158158
FSlateApplication::InitHighDPI();
159159
#endif
160160
FSlateApplication::Create();

0 commit comments

Comments
 (0)