mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-27 17:06:32 +00:00
Change some separators not hiding/showing properly in tex viewer toolbar
This commit is contained in:
@@ -1365,7 +1365,6 @@ void TextureViewer::UI_UpdateChannels()
|
||||
HIDE(ui->customCreate);
|
||||
HIDE(ui->customEdit);
|
||||
HIDE(ui->customDelete);
|
||||
SHOW(ui->depthStencilSep);
|
||||
SHOW(ui->depthDisplay);
|
||||
SHOW(ui->stencilDisplay);
|
||||
|
||||
@@ -1403,7 +1402,6 @@ void TextureViewer::UI_UpdateChannels()
|
||||
HIDE(ui->customCreate);
|
||||
HIDE(ui->customEdit);
|
||||
HIDE(ui->customDelete);
|
||||
HIDE(ui->depthStencilSep);
|
||||
HIDE(ui->depthDisplay);
|
||||
HIDE(ui->stencilDisplay);
|
||||
|
||||
@@ -1435,7 +1433,6 @@ void TextureViewer::UI_UpdateChannels()
|
||||
HIDE(ui->customCreate);
|
||||
HIDE(ui->customEdit);
|
||||
HIDE(ui->customDelete);
|
||||
HIDE(ui->depthStencilSep);
|
||||
HIDE(ui->depthDisplay);
|
||||
HIDE(ui->stencilDisplay);
|
||||
|
||||
@@ -1476,7 +1473,6 @@ void TextureViewer::UI_UpdateChannels()
|
||||
SHOW(ui->customCreate);
|
||||
SHOW(ui->customEdit);
|
||||
SHOW(ui->customDelete);
|
||||
HIDE(ui->depthStencilSep);
|
||||
HIDE(ui->depthDisplay);
|
||||
HIDE(ui->stencilDisplay);
|
||||
|
||||
|
||||
@@ -595,7 +595,7 @@
|
||||
<rect>
|
||||
<x>3</x>
|
||||
<y>3</y>
|
||||
<width>701</width>
|
||||
<width>696</width>
|
||||
<height>28</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -648,7 +648,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Line" name="depthStencilSep">
|
||||
<widget class="Line" name="line_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
@@ -757,13 +757,6 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Line" name="line_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="depthDisplay">
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user