Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro
Commits
0a893c60
Commit
0a893c60
authored
Mar 11, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ClientField::ShowMenu()
The position of the menu is moved.
parent
fe998767
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gframe/event_handler.cpp
gframe/event_handler.cpp
+1
-1
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/event_handler.cpp
View file @
0a893c60
...
...
@@ -1870,7 +1870,7 @@ void ClientField::ShowMenu(int flag, int x, int y) {
}
else
mainGame
->
btnShowList
->
setVisible
(
false
);
panel
=
mainGame
->
wCmdMenu
;
mainGame
->
wCmdMenu
->
setVisible
(
true
);
mainGame
->
wCmdMenu
->
setRelativePosition
(
irr
::
core
::
recti
(
x
-
20
,
y
-
20
-
height
,
x
+
80
,
y
-
20
));
mainGame
->
wCmdMenu
->
setRelativePosition
(
irr
::
core
::
recti
(
x
-
20
,
y
,
x
+
80
,
y
+
height
));
}
void
ClientField
::
SetResponseSelectedCards
()
const
{
...
...
ocgcore
@
6207519a
Subproject commit
70d74470d1fddde8f5fbddf9fdd87900b3a3a28d
Subproject commit
6207519a410f53a2c25e30d19a739000fcf29032
script
@
b6993613
Subproject commit
7cdb5fac233455118e6ebc4cad5fa4f743c65353
Subproject commit
b69936137b2a53affa7dd4a111b92fbc66be016b
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment