mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
just some comments
This commit is contained in:
parent
4fb59e25f4
commit
dff57ecfe7
9
TODO
9
TODO
@ -1,8 +1,13 @@
|
|||||||
modules managment interface
|
modules managment interface
|
||||||
clean sprites cache periodically
|
clean sprites cache periodically
|
||||||
hotkeys events in lua
|
hotkeys events in lua
|
||||||
make password text edit hidden
|
|
||||||
load modules from zip packages
|
load modules from zip packages
|
||||||
ip/host/rsa configuration
|
ip/host/rsa configuration
|
||||||
review directories search
|
review directories search
|
||||||
move tibia fonts to tibiafiles module
|
tooltips
|
||||||
|
left panel with dragging windows
|
||||||
|
console history
|
||||||
|
console text selection
|
||||||
|
console scrolling
|
||||||
|
padding
|
||||||
|
remember password/account
|
@ -123,6 +123,7 @@ bool UIWindow::onMousePress(const Point& mousePos, Fw::MouseButton button)
|
|||||||
{
|
{
|
||||||
if(m_movePolicy != DONT_MOVE) {
|
if(m_movePolicy != DONT_MOVE) {
|
||||||
UIWidgetPtr clickedChild = getChildByPos(mousePos);
|
UIWidgetPtr clickedChild = getChildByPos(mousePos);
|
||||||
|
//FIXME: recursively check for non phantom children
|
||||||
if(!clickedChild || clickedChild->isPhantom()) {
|
if(!clickedChild || clickedChild->isPhantom()) {
|
||||||
m_moving = true;
|
m_moving = true;
|
||||||
m_movingReference = mousePos - getRect().topLeft();
|
m_movingReference = mousePos - getRect().topLeft();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user