Skip to content

Commit a8fe207

Browse files
author
Roberto De Ioris
committed
fixed 4.17
1 parent 92d1dcc commit a8fe207

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 > 16
107+
#if ENGINE_MINOR_VERSION > 17
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 > 16
157+
#if ENGINE_MINOR_VERSION > 17
158158
FSlateApplication::InitHighDPI();
159159
#endif
160160
FSlateApplication::Create();

0 commit comments

Comments
 (0)