From 003fb33e245779b115a085d4bea8ebce498eae40 Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Thu, 10 Oct 2002 08:44:47 +0000 Subject: [PATCH] A lot of new improvements --- Packages/Qt_widget/changes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Packages/Qt_widget/changes.txt b/Packages/Qt_widget/changes.txt index 4450390f46d..b59041932a1 100644 --- a/Packages/Qt_widget/changes.txt +++ b/Packages/Qt_widget/changes.txt @@ -1,3 +1,13 @@ +1.2.43 +-------- + set_window was setting ranges and added to history even when the geometry of the widget wasn't yet known. Now, set_scaled and add_to_history is delayed in showEvent(...) + the << operators for segment, triangle and triangulation were changed. + the first 2 of them due to very slow bug when segments were degenerated (very big) + the << operator for triangulation use the apply_to_range function to output only the visible triangles + removed redraw from the zoom and the history actions in Qt_widget_standard_toolbar.C. Everything was drawn twice. + + + 1.2.42 --------- set_window was setting ranges even when the geometry of the widget