[haiku-commits] Re: haiku: hrev50316 - src/preferences/filetypes

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 May 2016 21:23:20 +0200

Am 14/05/2016 um 19:47 schrieb waddlesplash@xxxxxxxxx:

+TabFilteringTextView::InsertText(const char* text, int32 length, int32 offset,
+       const text_run_array* runs)
+{
+       BTextView::InsertText(text, length, offset, runs);
+       Window()->PostMessage(kMsgVersionInfoChanged);
+}

Only InsertText(), not DeleteText()? Also, the 'kMsgVersionInfoChanged' shouldn't be hardcoded at this point, but rather given as parameter to the TabFilteringTextView -- because that one isn't at all version specific.

Bye,
   Axel.


Other related posts: