mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 19:33:35 +00:00
Refactored dialogs structs.
Moved DialogRow, FakeDialogRow, DialogsList and DialogsIndexed from history module to dialogs/ folder, for all struct -> class.
This commit is contained in:
@@ -1341,7 +1341,7 @@ public:
|
||||
}
|
||||
|
||||
const ClickHandlerPtr &link(int32 x, int32 y, int32 w, style::align align) {
|
||||
StaticNeverFreedPointer<ClickHandlerPtr> zero(new ClickHandlerPtr());
|
||||
static StaticNeverFreedPointer<ClickHandlerPtr> zero(new ClickHandlerPtr());
|
||||
|
||||
_lnkX = x;
|
||||
_lnkY = y;
|
||||
|
||||
Reference in New Issue
Block a user