fix ruler, cwdw info popup updates, reset camera/projector shortcuts, findobj tweak...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cwindowtool.h
index 9361034200c5977c233984da6fe3d38c36049565..92fa72b9e6251fe01c899148a184624e2d9b7906 100644 (file)
@@ -443,11 +443,12 @@ public:
 // Update the gui
        void handle_event();
 
-       BC_Title *current;
-       BC_Title *point1;
-       BC_Title *point2;
-       BC_Title *distance;
-       BC_Title *angle;
+       BC_TextBox *current;
+       BC_TextBox *point1;
+       BC_TextBox *point2;
+       BC_TextBox *deltas;
+       BC_TextBox *distance;
+       BC_TextBox *angle;
 };