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
259d3ca0
Commit
259d3ca0
authored
Mar 19, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
This revert 0a893.
parent
98f9da0c
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 @
259d3ca0
...
...
@@ -1843,7 +1843,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
,
x
+
80
,
y
+
height
));
mainGame
->
wCmdMenu
->
setRelativePosition
(
irr
::
core
::
recti
(
x
-
20
,
y
-
20
-
height
,
x
+
80
,
y
-
20
));
}
void
ClientField
::
SetResponseSelectedCards
()
const
{
...
...
ocgcore
@
35927886
Subproject commit
68920d7142b4af9c65af5d3ee4673651727ec59e
Subproject commit
35927886a1effa6c8a2eccaa1eff2eb84e8595b3
script
@
9da642fe
Subproject commit
7154552ca78d01b4cddd19ea3c7152e8d919c6eb
Subproject commit
9da642fec10fcc0cf90041d5ded55db02a4b619c
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