THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#1269 - wrong method call in layout.margin.fit User who did this - Julius (che) ---------- As I only call :set_markup() and :set_align() (which themsefels emit widget::updated) on my textboxes, this signal should be emitted correctly. And I can see (in the source - during runtime I haven't had a look) that the cache is cleaned when widget::updated is called. (As layout.margin is created with base.make_widget() (from wibox/widget/base.lua) which connects the signal to the ret._fit_geometry_cache = setmetatable({}, { __mode = 'v' }) - which I assume to clear the chache) But still the output from base.fit_widget(...) inside the margin:fit() and widget:fit() from outside differ. So I wonder why this is. I'm going to have a deeper look but if somone sees what I'm not able to see, that would be nice... ---------- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1269#comment4072 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.