Мелочные изменения
This commit is contained in:
parent
87d317c0f7
commit
022539379e
|
|
@ -258,8 +258,7 @@ struct WindowPrivate {
|
||||||
cursorVert.count = 9;
|
cursorVert.count = 9;
|
||||||
pauseAniVert.count = 1;
|
pauseAniVert.count = 1;
|
||||||
|
|
||||||
prepareCon = shState->prepareDraw.connect
|
prepareCon = shState->prepareDraw.connect(sigc::mem_fun(this, &WindowPrivate::prepare));
|
||||||
(sigc::mem_fun(this, &WindowPrivate::prepare));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
~WindowPrivate(){
|
~WindowPrivate(){
|
||||||
|
|
@ -274,8 +273,7 @@ struct WindowPrivate {
|
||||||
|
|
||||||
void refreshCursorRectCon(){
|
void refreshCursorRectCon(){
|
||||||
cursorRectCon.disconnect();
|
cursorRectCon.disconnect();
|
||||||
cursorRectCon = cursorRect->valueChanged.connect
|
cursorRectCon = cursorRect->valueChanged.connect(sigc::mem_fun(this, &WindowPrivate::markControlVertDirty));
|
||||||
(sigc::mem_fun(this, &WindowPrivate::markControlVertDirty));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void buildBaseVert(){
|
void buildBaseVert(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue