ecere/gui/DirectoriesBox: Switched to RepButton for up/down controls
authorJerome St-Louis <jerome@ecere.com>
Thu, 28 Mar 2013 04:32:33 +0000 (00:32 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 28 Mar 2013 04:32:33 +0000 (00:32 -0400)
- This makes it easier to reorder newly added rows (added at the end by default)
  by holding down the button

ecere/src/gui/controls/PathBox.ec

index 4af7ef7..5a8b013 100644 (file)
@@ -411,7 +411,7 @@ public:
          return true;
       }
    };
-   Button up
+   RepButton up
    {
       parent = this, bevelOver = true, inactive = true;
       position = { 315, 0 }, size = { 22, 22 };
@@ -436,7 +436,7 @@ public:
          return true;
       }
    };
-   Button down
+   RepButton down
    {
       parent = this, bevelOver = true, inactive = true;
       position = { 340, 0 }, size = { 22, 22 };