mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Мелочные изменения
This commit is contained in:
parent
87d317c0f7
commit
022539379e
1 changed files with 2 additions and 4 deletions
|
|
@ -258,8 +258,7 @@ struct WindowPrivate {
|
|||
cursorVert.count = 9;
|
||||
pauseAniVert.count = 1;
|
||||
|
||||
prepareCon = shState->prepareDraw.connect
|
||||
(sigc::mem_fun(this, &WindowPrivate::prepare));
|
||||
prepareCon = shState->prepareDraw.connect(sigc::mem_fun(this, &WindowPrivate::prepare));
|
||||
}
|
||||
|
||||
~WindowPrivate(){
|
||||
|
|
@ -274,8 +273,7 @@ struct WindowPrivate {
|
|||
|
||||
void refreshCursorRectCon(){
|
||||
cursorRectCon.disconnect();
|
||||
cursorRectCon = cursorRect->valueChanged.connect
|
||||
(sigc::mem_fun(this, &WindowPrivate::markControlVertDirty));
|
||||
cursorRectCon = cursorRect->valueChanged.connect(sigc::mem_fun(this, &WindowPrivate::markControlVertDirty));
|
||||
}
|
||||
|
||||
void buildBaseVert(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue