Skip to content

Commit

Permalink
Fix window preview in script editor
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed May 13, 2024
1 parent 24406ad commit ac9ccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/ScriptEditorWidgets/ScriptEditorWindowPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void ScriptEditorWindowPage::setOpcode(const Opcode &opcode)
hAlign->show();
vAlign->show();

FF7Window ff7Win = FF7Window();
ff7Win = FF7Window();
opcode.window(ff7Win);
x->setValue(ff7Win.x);
y->setValue(ff7Win.y);
Expand Down

0 comments on commit ac9ccbf

Please sign in to comment.