Skip to content

Commit

Permalink
Fixed enabled bug in export graph menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aelliott committed Apr 29, 2013
1 parent 717fdd5 commit 3a328e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/developer/mainwindow.ui
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1024</width> <width>1024</width>
<height>21</height> <height>22</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
Expand Down Expand Up @@ -191,9 +191,6 @@
<string>Export</string> <string>Export</string>
</property> </property>
<widget class="QMenu" name="menuGraph"> <widget class="QMenu" name="menuGraph">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title"> <property name="title">
<string>Graph</string> <string>Graph</string>
</property> </property>
Expand Down

0 comments on commit 3a328e2

Please sign in to comment.