Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / examples / dockmanager / patches / FloatHostDockable.patch
Size: Mime:
Index: customdockform.inc
===================================================================
--- customdockform.inc	(revision 20785)
+++ customdockform.inc	(working copy)
@@ -58,6 +58,8 @@
   BorderStyle := bsSizeToolWin;
   DockSite := True;
   FormStyle := fsStayOnTop;
+  DragMode := dmAutomatic;
+  DragKind := dkDock;
 end;
 
 // included by forms.pp