Skip to content

Commit b2163e9

Browse files
committed
allow draggable resizable windows to be dragged by the inset area by default
1 parent fdc3884 commit b2163e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/lua/gui/widgets/containers/panel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Panel.ATTRS {
7171
---@param args widgets.Panel.initTable
7272
function Panel:init(args)
7373
if not self.drag_anchors then
74-
self.drag_anchors = {title=true, frame=not self.resizable, body=true}
74+
self.drag_anchors = {title=true, frame=true, body=true}
7575
end
7676
if not self.resize_anchors then
7777
self.resize_anchors = {t=false, l=true, r=true, b=true}

0 commit comments

Comments
 (0)