guichan fixes
This commit is contained in:
0
project/jni/guichan/src/widgets/button.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/button.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/checkbox.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/checkbox.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/container.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/container.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/dropdown.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/dropdown.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/icon.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/icon.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/imagebutton.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/imagebutton.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/label.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/label.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/listbox.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/listbox.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/radiobutton.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/radiobutton.cpp
Normal file → Executable file
2
project/jni/guichan/src/widgets/scrollarea.cpp
Normal file → Executable file
2
project/jni/guichan/src/widgets/scrollarea.cpp
Normal file → Executable file
@@ -58,7 +58,7 @@ namespace gcn
|
||||
mHScroll = 0;
|
||||
mHPolicy = SHOW_AUTO;
|
||||
mVPolicy = SHOW_AUTO;
|
||||
mScrollbarWidth = 12;
|
||||
mScrollbarWidth = 22;
|
||||
mUpButtonPressed = false;
|
||||
mDownButtonPressed = false;
|
||||
mLeftButtonPressed = false;
|
||||
|
||||
0
project/jni/guichan/src/widgets/slider.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/slider.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/tab.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/tab.cpp
Normal file → Executable file
2
project/jni/guichan/src/widgets/tabbedarea.cpp
Normal file → Executable file
2
project/jni/guichan/src/widgets/tabbedarea.cpp
Normal file → Executable file
@@ -319,7 +319,7 @@ namespace gcn
|
||||
{
|
||||
for (unsigned int i = 0; i < mTabs.size(); i++)
|
||||
{
|
||||
mTabs[i].second->logic();
|
||||
mTabs[i].second->logic();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
0
project/jni/guichan/src/widgets/textbox.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/textbox.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/textfield.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/textfield.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/window.cpp
Normal file → Executable file
0
project/jni/guichan/src/widgets/window.cpp
Normal file → Executable file
Reference in New Issue
Block a user