mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 15:55:10 +00:00
Compare commits
3 Commits
26b07531d7
...
25c24e2363
Author | SHA1 | Date | |
---|---|---|---|
![]() |
25c24e2363 | ||
![]() |
068ab1df2e | ||
![]() |
42eea4073e |
@ -32,16 +32,16 @@ protected:
|
|||||||
for (int i{0}; i < tab_count; ++i)
|
for (int i{0}; i < tab_count; ++i)
|
||||||
{
|
{
|
||||||
if (i != current_tab_index)
|
if (i != current_tab_index)
|
||||||
paintTab(painter, i);
|
PaintTab(painter, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Current tab is painted last as, depending on the [system] style, it is possible that the
|
// Current tab is painted last as, depending on the [system] style, it is possible that the
|
||||||
// decoration is required to occlude the adjacent tab underneath.
|
// decoration is required to occlude the adjacent tab underneath.
|
||||||
paintTab(painter, current_tab_index);
|
PaintTab(painter, current_tab_index);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void paintTab(QStylePainter& painter, const int tab_index)
|
void PaintTab(QStylePainter& painter, const int tab_index)
|
||||||
{
|
{
|
||||||
painter.save();
|
painter.save();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user