diff options
| author | oy <Tom_Adams@web.de> | 2011-03-29 12:08:46 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-29 12:08:46 +0200 |
| commit | 693bd39e77ee91ec335d8e30350b57edca8056fd (patch) | |
| tree | 77d445729a86412a795401aa7b71e8d5ac5e087a /src/game/editor/ed_editor.cpp | |
| parent | 9712e4004cadd88272efacee292c404b02d1572c (diff) | |
| download | zcatch-693bd39e77ee91ec335d8e30350b57edca8056fd.tar.gz zcatch-693bd39e77ee91ec335d8e30350b57edca8056fd.zip | |
added quad positioning in the editor
Diffstat (limited to 'src/game/editor/ed_editor.cpp')
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index c6dfa66c..d2515e44 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -944,7 +944,7 @@ void CEditor::DoQuad(CQuad *q, int Index) if(!UI()->MouseButton(1)) { static int s_QuadPopupID = 0; - UiInvokePopupMenu(&s_QuadPopupID, 0, UI()->MouseX(), UI()->MouseY(), 120, 150, PopupQuad); + UiInvokePopupMenu(&s_QuadPopupID, 0, UI()->MouseX(), UI()->MouseY(), 120, 180, PopupQuad); m_LockMouse = false; s_Operation = OP_NONE; UI()->SetActiveItem(0); |