X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.cpp;h=b00fc6bcdb3e4f4781b7bcb12dcd154a1de8cb61;hb=f110b0b16c4e305f009f233dafd0b279949638cd;hp=3a91f50dad4e4178cf308aa88c1a40c603559a68;hpb=ab8e29ecf63fa423d045ee71357fc65994e6bd0a;p=libs%2Fgltk.git diff --git a/source/entry.cpp b/source/entry.cpp index 3a91f50..b00fc6b 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -495,6 +495,7 @@ void Entry::slider_value_changed(double value) first_row = text.get_n_lines()-visible_rows-static_cast(value); if(first_row!=old_first_row) signal_scroll_position_changed.emit(first_row); + rebuild(); } }