[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r9518 - gnuradio/branches/developers/jblum/grc_reorgan
From: |
jblum |
Subject: |
[Commit-gnuradio] r9518 - gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/gui |
Date: |
Sun, 7 Sep 2008 12:26:20 -0600 (MDT) |
Author: jblum
Date: 2008-09-07 12:26:20 -0600 (Sun, 07 Sep 2008)
New Revision: 9518
Modified:
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/gui/Param.py
Log:
label display fix
Modified:
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/gui/Param.py
===================================================================
---
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/gui/Param.py
2008-09-07 18:06:15 UTC (rev 9517)
+++
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/gui/Param.py
2008-09-07 18:26:20 UTC (rev 9518)
@@ -134,6 +134,7 @@
elif self.get_type() in ('file_open', 'file_save'): input =
FileParam
else: input = EntryParam
self.input = input(self, self._handle_changed)
+ if not callback: self.update()
return self.input
def _handle_changed(self, widget=None):
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r9518 - gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/gui,
jblum <=